mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 00:11:40 +00:00
navigation fixes related to more tab
This commit is contained in:
parent
db5f6b73fb
commit
114a0b090e
4 changed files with 15 additions and 7 deletions
|
|
@ -14,6 +14,10 @@
|
|||
android:id="@+id/action_to_settings"
|
||||
app:destination="@id/settings_nav_graph" />
|
||||
|
||||
<action
|
||||
android:id="@+id/action_to_discover"
|
||||
app:destination="@id/discover_nav_graph" />
|
||||
|
||||
<action
|
||||
android:id="@+id/action_to_about"
|
||||
app:destination="@id/aboutFragment" />
|
||||
|
|
@ -517,6 +521,8 @@
|
|||
|
||||
<include app:graph="@navigation/settings_nav_graph" />
|
||||
|
||||
<include app:graph="@navigation/discover_nav_graph" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/storyListViewerFragment"
|
||||
android:name="awais.instagrabber.fragments.StoryListViewerFragment"
|
||||
|
|
|
|||
|
|
@ -41,10 +41,6 @@
|
|||
android:id="@+id/themePreferencesFragment"
|
||||
android:name="awais.instagrabber.fragments.settings.ThemePreferencesFragment"
|
||||
android:label="@string/theme_settings" />
|
||||
<fragment
|
||||
android:id="@+id/favoritesFragment"
|
||||
android:name="awais.instagrabber.fragments.FavoritesFragment"
|
||||
android:label="@string/title_favorites" />
|
||||
<fragment
|
||||
android:id="@+id/backupPreferencesFragment"
|
||||
android:name="awais.instagrabber.fragments.settings.BackupPreferencesFragment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue