compose: Initial migration of AppDetails* logic to compose [1/*]

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-03-25 15:19:11 +08:00
parent 9ccbd62df0
commit f6f858e9f5
61 changed files with 2528 additions and 509 deletions

View File

@@ -110,7 +110,8 @@
<!-- Activity to host composable screens -->
<activity
android:name=".ComposeActivity"
android:exported="false" />
android:exported="false"
android:windowSoftInputMode="adjustPan" />
<!-- Notification Action (Download Complete) -->
<activity