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
Note: This callback will not be triggered when preferences are cleared via Editor#clear(), unless targeting Build.VERSION_CODES.R on devices running OS versions Android R or later. source
The text was updated successfully, but these errors were encountered:
LiveData-support doesn't work for situations that targetSdk or target device are below than API 30.
I checked livedata-support source code. It uses SharedPreferences.OnSharedPreferenceChangeListener that has this description:
The text was updated successfully, but these errors were encountered: