![]() 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. |
||
---|---|---|
.. | ||
pref | ||
AboutFragment.kt | ||
SettingsCompat.kt | ||
SettingsFragment.kt | ||
SettingsListFragment.kt | ||
SettingsManager.kt |