mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-01-25 15:28:21 -05:00
* 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>