mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: auto reload after restoring
This commit is contained in:
@@ -6,7 +6,7 @@ class PrivateKeyProvider extends ChangeNotifier {
|
||||
List<PrivateKeyInfo> get pkis => _pkis;
|
||||
late List<PrivateKeyInfo> _pkis;
|
||||
|
||||
void loadData() {
|
||||
void load() {
|
||||
_pkis = Stores.key.fetch();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user