Added a parameter to skip the "client.isLogged()" check on the MatrixState in the OnePageCard.
This commit is contained in:
parent
7655b530a9
commit
e29f86c15b
2 changed files with 10 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue