Add document scanner
This commit is contained in:
@ -32,8 +32,13 @@ class LoadStartupData extends HookConsumerWidget {
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
final serverConfig = ref.watch(_loadStartupElementsProvider);
|
||||
|
||||
tryAgain() {
|
||||
ref.refresh(_loadStartupElementsProvider);
|
||||
tryAgain() async {
|
||||
try {
|
||||
final val = ref.refresh(_loadStartupElementsProvider);
|
||||
Logger.root.info("Load again startup result: $val");
|
||||
} catch (e, s) {
|
||||
Logger.root.shout("Failed to try again startup loading! $e $s");
|
||||
}
|
||||
}
|
||||
|
||||
handleSignOut() {
|
||||
|
Reference in New Issue
Block a user