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

Fix profile, location view when logged out

This commit is contained in:
Ammar Githam 2020-09-08 20:27:13 +09:00
parent 8ea82a1058
commit e1a13c7eee
3 changed files with 19 additions and 9 deletions

View file

@ -44,6 +44,17 @@
app:nullable="false" />
</action>
<include app:graph="@navigation/location_nav_graph" />
<action
android:id="@+id/action_global_locationFragment"
app:destination="@id/location_nav_graph">
<argument
android:name="locationId"
app:argType="string"
app:nullable="false" />
</action>
<fragment
android:id="@+id/profileFragment"
android:name="awais.instagrabber.fragments.main.ProfileFragment"