1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00

Add updated profile pic viewer, and view stories from profile.

This commit is contained in:
Ammar Githam 2020-09-06 18:25:27 +09:00
parent 6b0fe3ff78
commit 7e8fdda81b
12 changed files with 646 additions and 368 deletions

View file

@ -98,5 +98,13 @@
<argument
android:name="isHashtag"
app:argType="boolean" />
<argument
android:name="profileId"
app:argType="string"
app:nullable="true" />
<argument
android:name="username"
app:argType="string"
app:nullable="true" />
</fragment>
</navigation>

View file

@ -125,5 +125,13 @@
<argument
android:name="isHashtag"
app:argType="boolean" />
<argument
android:name="profileId"
app:argType="string"
app:nullable="true" />
<argument
android:name="username"
app:argType="string"
app:nullable="true" />
</fragment>
</navigation>