refactor: Cleaned up the way that we move between fragments
I have removed the need for ViewPager2 to move between fragments
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
<application
|
||||
android:name=".Application"
|
||||
android:allowBackup="false"
|
||||
android:allowBackup="true"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:icon="@drawable/app_launcher"
|
||||
|
||||
Reference in New Issue
Block a user