Piotr Bazan
Results
1
issues of
Piotr Bazan
BasePreference class registers listener: ``` mSharedPreferences.registerOnSharedPreferenceChangeListener((preferences, key) -> mSubject.onNext(key)); ``` but according to the SharedPreferences doc: - Caution: The preference manager does not currently store a strong reference to the...