Added a parameter to skip the "client.isLogged()" check on the MatrixState in the OnePageCard.

This commit is contained in:
Drews Clausen 2021-12-07 00:25:03 +01:00
commit e29f86c15b
2 changed files with 10 additions and 1 deletions

View file

@ -30,6 +30,7 @@ class _LockScreenState extends State<LockScreen> {
supportedLocales: L10n.supportedLocales,
home: Builder(
builder: (context) => OnePageCard(
forceBackgroundless: true,
child: Scaffold(
appBar: AppBar(
automaticallyImplyLeading: false,