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:
HeCodes2Much
2024-05-23 19:05:57 +01:00
parent 0d32f77e0f
commit 9e05fe7c38
36 changed files with 929 additions and 839 deletions

View File

@@ -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"