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

revamp notifications; close #796

This commit is contained in:
Austin Huang 2021-03-16 17:57:57 -04:00
parent 22a927e9e7
commit d65fbd4193
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
19 changed files with 91 additions and 228 deletions

View file

@ -43,6 +43,7 @@
app:nullable="false" />
<argument
android:name="targetId"
android:defaultValue="0L"
app:argType="long" />
</action>

View file

@ -91,6 +91,7 @@
app:nullable="false" />
<argument
android:name="targetId"
android:defaultValue="0L"
app:argType="long" />
</action>

View file

@ -91,6 +91,7 @@
app:nullable="false" />
<argument
android:name="targetId"
android:defaultValue="0L"
app:argType="long" />
</action>

View file

@ -56,6 +56,7 @@
app:nullable="false" />
<argument
android:name="targetId"
android:defaultValue="0L"
app:argType="long" />
</action>

View file

@ -16,6 +16,7 @@
app:nullable="false" />
<argument
android:name="targetId"
android:defaultValue="0L"
app:argType="long" />
<action
android:id="@+id/action_notificationsViewerFragment_to_storyViewerFragment"
@ -29,6 +30,10 @@
android:name="type"
app:argType="string"
app:nullable="false" />
<argument
android:name="targetId"
android:defaultValue="0L"
app:argType="long" />
</action>
<include app:graph="@navigation/comments_nav_graph" />

View file

@ -82,6 +82,7 @@
app:nullable="false" />
<argument
android:name="targetId"
android:defaultValue="0L"
app:argType="long" />
</action>