mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-22 01:43:57 +00:00
chore: cleanup pt2
This commit is contained in:
@@ -82,6 +82,7 @@ class SharedPreferenceStringSetLiveData(
|
||||
fun SharedPreferences.intLiveData(key: String, defValue: Int): SharedPreferenceLiveData<Int> {
|
||||
return SharedPreferenceIntLiveData(this, key, defValue)
|
||||
}
|
||||
|
||||
@Suppress("unused")
|
||||
|
||||
fun SharedPreferences.stringLiveData(
|
||||
|
||||
Reference in New Issue
Block a user