Skip to content

Commit

Permalink
fix: Create a private folder with args
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Aug 29, 2024
1 parent 6bae530 commit 2e8c7a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/navigation/select_folder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
<action
android:id="@+id/action_createPrivateFolderFragment_to_fileShareDetailsFragment"
app:destination="@id/fileShareDetailsFragment" />
<argument
android:name="isSharedWithMe"
android:defaultValue="false"
app:argType="boolean" />
</fragment>

<fragment
Expand Down

0 comments on commit 2e8c7a2

Please sign in to comment.