fix: App lock

This commit is contained in:
Christian Pauly 2021-01-18 17:31:27 +01:00
commit fac6187092
2 changed files with 14 additions and 0 deletions

View file

@ -30,6 +30,7 @@ void main() async {
? AppLock(
builder: (args) => App(),
lockScreen: LockScreen(),
enabled: false,
)
: App()),
SentryController.captureException,