mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 09:56:23 +03:00
Fix account count not being immediately updated.
This commit is contained in:
parent
9cc66db682
commit
112bc1ee08
@ -68,7 +68,7 @@ final credentialsProvider = StateNotifierProvider.autoDispose<
|
||||
ref.listen<List<OathPair>?>(credentialListProvider(node.path),
|
||||
(previous, next) {
|
||||
provider._updatePairs(next);
|
||||
});
|
||||
}, fireImmediately: true);
|
||||
}
|
||||
return provider;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user