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:
@@ -92,8 +92,8 @@ Future<void> initApp() async {
|
||||
}
|
||||
|
||||
void _setupProviders() {
|
||||
Providers.snippet.loadData();
|
||||
Providers.key.loadData();
|
||||
Providers.snippet.load();
|
||||
Providers.key.load();
|
||||
}
|
||||
|
||||
Future<void> _initHive() async {
|
||||
|
||||
Reference in New Issue
Block a user