1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 08:21:35 +00:00

fix navigation actions for fdroid

This commit is contained in:
Austin Huang 2021-04-04 09:47:57 -04:00
parent 51f76a6c3c
commit f584b51f64
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
4 changed files with 7 additions and 8 deletions

View file

@ -13,7 +13,7 @@
<argument
android:name="username"
app:argType="string"
app:nullable="true" />
app:nullable="false" />
</action>
<action

View file

@ -56,7 +56,6 @@
app:destination="@id/profile_nav_graph">
<argument
android:name="username"
android:defaultValue=""
app:argType="string"
app:nullable="false" />
</action>
@ -82,6 +81,9 @@
android:name="targetId"
android:defaultValue="0L"
app:argType="long" />
<action
android:id="@+id/action_notifications_to_story"
app:destination="@id/storyViewerFragment" />
</action>
<fragment