fix: Applock screen completely broken
This commit is contained in:
parent
40f6fe17be
commit
100548b265
3 changed files with 7 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ class LoginView extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return LoginScaffold(
|
||||
enforceMobileMode: Matrix.of(context).client.isLogged(),
|
||||
appBar: AppBar(
|
||||
leading: controller.loading ? null : const BackButton(),
|
||||
automaticallyImplyLeading: !controller.loading,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue