opt.: detect sync conflict

This commit is contained in:
lollipopkit
2023-12-04 14:36:32 +08:00
parent 38cdef9458
commit 22901bb856
14 changed files with 104 additions and 23 deletions

View File

@@ -30,7 +30,7 @@ class PlatformPublicSettings {
trailing: can == true
? StoreSwitch(
prop: Stores.setting.useBioAuth,
func: (val) async {
callback: (val) async {
if (val) {
Stores.setting.useBioAuth.put(false);
return;