Skip to content

Commit 9634718

Browse files
committed
add custom permissions to bottom sheet
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent ce5817a commit 9634718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/owncloud/android/ui/fragment/util/SharePermissionManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class SharePermissionManager {
7373

7474
return when {
7575
share.isFolder -> hasCreate || hasUpdate || hasDelete || hasShare
76-
else -> hasUpdate || hasShare || hasDelete
76+
else -> hasUpdate || hasShare
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)