chore: Follow up fix app lock

This commit is contained in:
Krille 2023-09-30 10:21:45 +02:00
commit 73d1b7e190
No known key found for this signature in database
3 changed files with 15 additions and 16 deletions

View file

@ -48,6 +48,7 @@ class FluffyChatApp extends StatelessWidget {
routerConfig: router,
builder: (context, child) => AppLockWidget(
pincode: pincode,
clients: clients,
child: Matrix(
clients: clients,
child: testWidget ?? child,