1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00

Handle bottom nav and settings when logged out

This commit is contained in:
Ammar Githam 2020-09-08 19:46:21 +09:00
parent 8b502561c2
commit 6b221c463b
4 changed files with 46 additions and 8 deletions

View file

@ -107,4 +107,9 @@
<item>@string/title_discover</item>
<item>@string/more</item>
</string-array>
<array name="logged_out_main_nav_ids">
<item>@navigation/profile_nav_graph</item>
<item>@navigation/discover_nav_graph</item>
<item>@navigation/more_nav_graph</item>
</array>
</resources>