convert some things
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ export function BackgroundNotificationPreferencesProvider({
|
||||
k: Key,
|
||||
v: BackgroundNotificationHandlerPreferences[Key],
|
||||
) => {
|
||||
SharedPrefs.setValueAsync(k, v)
|
||||
SharedPrefs.setValue(k, v)
|
||||
setPreferences(prev => ({
|
||||
...prev,
|
||||
[k]: v,
|
||||
|
||||
Reference in New Issue
Block a user