Commit ce3dbaf
Convert SettingsActivity to Kotlin (#2744)
* Rename .java to .kt
* Convert SettingsActivity to Kotlin
Refactored the `SettingsActivity` and its inner `SettingsFragment` from Java to Kotlin, adopting modern Kotlin idioms and syntax. The functionality remains unchanged.
* Address PR comment: by removing null safety with non-null asserted call operator
* Apply Android Studio suggested fixup
---------
Co-authored-by: Sylvia van Os <sylvia@hackerchick.me>1 parent a429b85 commit ce3dbaf
File tree
2 files changed
+191
-212
lines changed- app/src/main/java/protect/card_locker/preferences
2 files changed
+191
-212
lines changedLines changed: 0 additions & 212 deletions
This file was deleted.
0 commit comments