Fix kotlin spotless check

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2023-10-31 11:30:15 +01:00 committed by Andy Scherzinger
parent 7671f744e7
commit 302887ed4a
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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)
}