Migrate AccountActivity to fragment

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-06-22 19:07:35 +05:30
parent 1de9d204fb
commit aa0e396891
6 changed files with 75 additions and 78 deletions

View File

@@ -65,4 +65,9 @@
android:name="com.aurora.store.view.ui.commons.BlacklistFragment"
android:label="@string/title_blacklist_manager"
tools:layout="@layout/activity_generic_recycler" />
<fragment
android:id="@+id/accountFragment"
android:name="com.aurora.store.view.ui.account.AccountFragment"
android:label="@string/title_account_manager"
tools:layout="@layout/fragment_account" />
</navigation>