fix: Applock screen completely broken

This commit is contained in:
Krille 2023-09-22 08:26:43 +02:00
commit 100548b265
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -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,