Skip to content

Commit

Permalink
Merge pull request #1405 from Infomaniak/fix-new-private-folder
Browse files Browse the repository at this point in the history
fix: Create a private folder with args
  • Loading branch information
sirambd authored Aug 29, 2024
2 parents 6bae530 + 2e8c7a2 commit 418ed9d
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 418ed9d

Please sign in to comment.