feat: Implement app lock
This commit is contained in:
parent
57ae277331
commit
b62b0b1a63
8 changed files with 129 additions and 7 deletions
|
|
@ -9,10 +9,6 @@ class LoadingView extends StatelessWidget {
|
|||
WidgetsBinding.instance.addPostFrameCallback((_) =>
|
||||
AdaptivePageLayout.of(context).pushNamedAndRemoveAllOthers('/'));
|
||||
}
|
||||
return Scaffold(
|
||||
body: Center(
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
);
|
||||
return Scaffold(body: Center(child: CircularProgressIndicator()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue