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:
@@ -82,11 +82,6 @@
|
||||
android:name="com.aurora.store.view.ui.commons.FavouriteFragment"
|
||||
android:label="@string/title_favourites_manager"
|
||||
tools:layout="@layout/fragment_generic_with_toolbar" />
|
||||
<fragment
|
||||
android:id="@+id/blacklistFragment"
|
||||
android:name="com.aurora.store.view.ui.commons.BlacklistFragment"
|
||||
android:label="@string/title_blacklist_manager"
|
||||
tools:layout="@layout/fragment_generic_with_toolbar" />
|
||||
<fragment
|
||||
android:id="@+id/accountFragment"
|
||||
android:name="com.aurora.store.view.ui.account.AccountFragment"
|
||||
|
||||
Reference in New Issue
Block a user