Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
19 additions and
0 deletions
-
app/src/main/res/navigation/notification_viewer_nav_graph.xml
|
|
@ -14,4 +14,23 @@ |
|
|
|
<action |
|
|
|
android:id="@+id/action_global_notificationsViewerFragment" |
|
|
|
app:destination="@id/notificationsViewer" /> |
|
|
|
|
|
|
|
<include app:graph="@navigation/comments_nav_graph" /> |
|
|
|
|
|
|
|
<action |
|
|
|
android:id="@+id/action_global_commentsViewerFragment" |
|
|
|
app:destination="@id/comments_nav_graph"> |
|
|
|
<argument |
|
|
|
android:name="shortCode" |
|
|
|
app:argType="string" |
|
|
|
app:nullable="false" /> |
|
|
|
<argument |
|
|
|
android:name="postId" |
|
|
|
app:argType="string" |
|
|
|
app:nullable="false" /> |
|
|
|
<argument |
|
|
|
android:name="postUserId" |
|
|
|
app:argType="string" |
|
|
|
app:nullable="false" /> |
|
|
|
</action> |
|
|
|
</navigation> |