mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 20:11:36 +00:00
add suggested users feature
This commit is contained in:
parent
3242fdc7ef
commit
975654961f
14 changed files with 176 additions and 24 deletions
|
|
@ -76,7 +76,12 @@
|
|||
|
||||
<action
|
||||
android:id="@+id/action_global_notificationsViewerFragment"
|
||||
app:destination="@id/notification_viewer_nav_graph" />
|
||||
app:destination="@id/notification_viewer_nav_graph">
|
||||
<argument
|
||||
android:name="type"
|
||||
app:argType="string"
|
||||
app:nullable="false" />
|
||||
</action>
|
||||
|
||||
<fragment
|
||||
android:id="@+id/discoverFragment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue