Skip to content

Commit d5dfaba

Browse files
committed
fix build
Signed-off-by: alperozturk <[email protected]>
1 parent ef39ff3 commit d5dfaba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)