File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/src/main/java/com/owncloud/android/ui/fragment Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ class OCFileListBottomSheetDialog(
4343 private val themeUtils : ThemeUtils ,
4444 private val viewThemeUtils : ViewThemeUtils ,
4545 private val editorUtils : EditorUtils ,
46- private val appScanOptionalFeature : AppScanOptionalFeature ,
47- private val permissionUtil : PermissionUtil
46+ private val appScanOptionalFeature : AppScanOptionalFeature
4847) : BottomSheetDialog(fileActivity),
4948 Injectable {
5049
@@ -75,7 +74,7 @@ class OCFileListBottomSheetDialog(
7574 if (MainApp .isClientBranded() && isFlavourGPlay()) {
7675 // this way we can have branded clients with that permission
7776 val hasPermission = if (Build .VERSION .SDK_INT >= Build .VERSION_CODES .R ) {
78- permissionUtil .manifestHasAllFilesPermission(context)
77+ PermissionUtil .manifestHasAllFilesPermission(context)
7978 } else {
8079 true
8180 }
You can’t perform that action at this time.
0 commit comments