mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-20 11:11:35 +00:00
Preferences! Check description
1. Added preferences screens. 2. Some DM changes. 3. Init profile actions using services
This commit is contained in:
parent
3f6c74d671
commit
40e810e88c
63 changed files with 1484 additions and 478 deletions
|
|
@ -28,6 +28,9 @@
|
|||
<action
|
||||
android:id="@+id/action_dMThreadFragment_to_dMSettingsFragment"
|
||||
app:destination="@id/directMessagesSettingsFragment" />
|
||||
<action
|
||||
android:id="@+id/action_directMessagesThreadFragment_to_profileFragment"
|
||||
app:destination="@id/profileFragment" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/directMessagesSettingsFragment"
|
||||
|
|
@ -41,4 +44,14 @@
|
|||
android:name="title"
|
||||
app:argType="string" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/profileFragment"
|
||||
android:name="awais.instagrabber.fragments.main.ProfileFragment"
|
||||
android:label="ProfileFragment"
|
||||
tools:layout="@layout/fragment_profile">
|
||||
<argument
|
||||
android:name="username"
|
||||
app:argType="string"
|
||||
app:nullable="false" />
|
||||
</fragment>
|
||||
</navigation>
|
||||
Loading…
Add table
Add a link
Reference in a new issue