mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Merge pull request #12018 from nextcloud/fix/missing-appPreferences
Fix missing appPreferences
This commit is contained in:
commit
5701d299c7
2 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ class FileActionsBottomSheet : BottomSheetDialogFragment(), Injectable {
|
|||
false,
|
||||
context,
|
||||
binding.thumbnailLayout.thumbnailShimmer,
|
||||
null,
|
||||
syncedFolderProvider.preferences,
|
||||
viewThemeUtils,
|
||||
syncedFolderProvider
|
||||
)
|
||||
|
|
|
@ -213,7 +213,7 @@ public class ConflictsResolveDialog extends DialogFragment implements Injectable
|
|||
false,
|
||||
getContext(),
|
||||
null,
|
||||
null,
|
||||
syncedFolderProvider.getPreferences(),
|
||||
viewThemeUtils,
|
||||
syncedFolderProvider);
|
||||
|
||||
|
|
Loading…
Reference in a new issue