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

support for viewing comment likes

This commit is contained in:
Austin Huang 2020-12-26 13:14:08 -05:00
parent 49ba524305
commit 28af696e01
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
17 changed files with 304 additions and 25 deletions

View file

@ -62,10 +62,14 @@
<action
android:id="@+id/action_global_likesViewerFragment"
app:destination="@id/likes_nav_graph">
<argument
android:name="postId"
app:argType="string"
app:nullable="false" />
<argument
android:name="postId"
app:argType="string"
app:nullable="false" />
<argument
android:name="isComment"
app:argType="boolean"
app:nullable="false" />
</action>
<include app:graph="@navigation/notification_viewer_nav_graph" />