You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkNotNullParameter, parameter propertyName
at com.chibatching.kotpref.livedata.KotprefLiveDataExtensionsKt$asLiveData$1.onSharedPreferenceChanged(Unknown Source:9)
because of:
String: The key of the preference that was changed, added, or removed. Apps targeting Build.VERSION_CODES.R on devices running OS versions Android R or later, will receive a null value when preferences are cleared.
I got this exception when using
.asLiveData
:because of:
source
The text was updated successfully, but these errors were encountered: