1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 20:11:36 +00:00

post likes viewer

This commit is contained in:
Austin Huang 2020-12-20 15:52:09 -05:00
parent 49f41f4654
commit ae27d5d57a
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
16 changed files with 352 additions and 1 deletions

View file

@ -57,6 +57,17 @@
app:nullable="false" />
</action>
<include app:graph="@navigation/likes_nav_graph" />
<action
android:id="@+id/action_global_likesViewerFragment"
app:destination="@id/likes_nav_graph">
<argument
android:name="postId"
app:argType="string"
app:nullable="false" />
</action>
<include app:graph="@navigation/notification_viewer_nav_graph" />
<action