Skip to content

Commit

Permalink
Merge pull request #12018 from nextcloud/fix/missing-appPreferences
Browse files Browse the repository at this point in the history
Fix missing appPreferences
  • Loading branch information
tobiasKaminsky authored Oct 12, 2023
2 parents 3c6f0fd + dfee4ef commit 5701d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class FileActionsBottomSheet : BottomSheetDialogFragment(), Injectable {
false,
context,
binding.thumbnailLayout.thumbnailShimmer,
null,
syncedFolderProvider.preferences,
viewThemeUtils,
syncedFolderProvider
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public Dialog onCreateDialog(Bundle savedInstanceState) {
false,
getContext(),
null,
null,
syncedFolderProvider.getPreferences(),
viewThemeUtils,
syncedFolderProvider);

Expand Down

0 comments on commit 5701d29

Please sign in to comment.