mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Fix kotlin spotless check
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
7671f744e7
commit
302887ed4a
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ class GalleryFragmentBottomSheetDialog(
|
|||
|
||||
listOf(
|
||||
binding.tickMarkShowImages,
|
||||
binding.tickMarkShowVideos,
|
||||
binding.tickMarkShowVideos
|
||||
).forEach {
|
||||
viewThemeUtils.platform.colorImageView(it, ColorRole.PRIMARY)
|
||||
}
|
||||
|
@ -65,7 +65,7 @@ class GalleryFragmentBottomSheetDialog(
|
|||
listOf(
|
||||
binding.btnSelectMediaFolder,
|
||||
binding.btnHideVideos,
|
||||
binding.btnHideImages,
|
||||
binding.btnHideImages
|
||||
).forEach {
|
||||
viewThemeUtils.material.colorMaterialButtonText(it)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue