Skip to content

Commit f22c389

Browse files
committed
fix: ktlint
1 parent 5b8277b commit f22c389

File tree

1 file changed

+1
-1
lines changed
  • android/src/main/java/com/reactnativekeyboardcontroller/views/background

1 file changed

+1
-1
lines changed

android/src/main/java/com/reactnativekeyboardcontroller/views/background/Skins.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fun shiftRgbChannels(
7575
fun ThemedReactContext.getInputMethodColor(): Int {
7676
val imePackage = currentImePackage()
7777
val isDark = isSystemDarkMode()
78-
78+
7979
Log.i("Skins", "Current IME: $imePackage")
8080

8181
val (lightColorRes, darkColorRes) =

0 commit comments

Comments
 (0)