Auxio/app/src/main/java/org/oxycblt/auxio/settings
OxygenCobalt e54a58c612
ui: audit null safety
Audit null safety to remove extraneous and stupid calls while
optimizing certain checks here and there.

This commit is primarily centered around the introduction of a new
utility: unlikelyToBeNull. This call uses requireNotNull on debug
builds and !! on release builds, which allows for bug catching in
an easier manner on normal builds while also allowing for
optimizations on the release builds.
2022-03-27 11:23:07 -06:00
..
pref ui: audit null safety 2022-03-27 11:23:07 -06:00
AboutFragment.kt all: remove databinding 2022-03-23 10:59:01 -06:00
SettingsCompat.kt all: switch to spotless 2022-03-13 17:38:19 -06:00
SettingsFragment.kt all: move all fragments to ViewBindingFragment 2022-03-23 09:18:08 -06:00
SettingsListFragment.kt ui: audit null safety 2022-03-27 11:23:07 -06:00
SettingsManager.kt ui: audit null safety 2022-03-27 11:23:07 -06:00