Skip to content

Commit

Permalink
Fix kotlin spotless check
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 authored and AndyScherzinger committed Oct 31, 2023
1 parent 7671f74 commit 302887e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ class GalleryFragmentBottomSheetDialog(

listOf(
binding.tickMarkShowImages,
binding.tickMarkShowVideos,
binding.tickMarkShowVideos
).forEach {
viewThemeUtils.platform.colorImageView(it, ColorRole.PRIMARY)
}

listOf(
binding.btnSelectMediaFolder,
binding.btnHideVideos,
binding.btnHideImages,
binding.btnHideImages
).forEach {
viewThemeUtils.material.colorMaterialButtonText(it)
}
Expand Down

0 comments on commit 302887e

Please sign in to comment.