compose: Replicate BlacklistFragment in compose

Introduce a new activity to host composables as View system behaves
quite bad when composable are used inside it.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-02-09 14:00:07 +07:00
parent f4434c02fb
commit a9b2f0acf2
27 changed files with 772 additions and 254 deletions

View File

@@ -104,6 +104,11 @@
<nav-graph android:value="@navigation/mobile_navigation" />
</activity>
<!-- Activity to host composable screens -->
<activity
android:name=".ComposeActivity"
android:exported="false" />
<!-- Notification Action (Download Complete) -->
<activity
android:name=".data.activity.InstallActivity"