Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 155-chargement-durant…
Browse files Browse the repository at this point in the history
…-login-et-register
  • Loading branch information
LucaCoduriV committed Sep 4, 2022
2 parents f285a09 + 2f98a92 commit 13e3989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class _LoginScreenState extends State<LoginScreen> {
final router = AutoRouter.of(context);
final scaffold = ScaffoldMessenger.of(context);
return Scaffold(
resizeToAvoidBottomInset: false,
body: LoadingOverlay(
controller: _loadingController,
child: Login(
Expand Down
1 change: 1 addition & 0 deletions lib/screens/register.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class RegisterScreen extends StatelessWidget {
create: (context) => RegisterProvider(),
builder: (context, child) {
return Scaffold(
resizeToAvoidBottomInset: false,
body: LoadingOverlay(
controller: context.read<RegisterProvider>().loadingController,
child: const Register(),
Expand Down

0 comments on commit 13e3989

Please sign in to comment.