fix: App lock
This commit is contained in:
parent
03ff1c4b24
commit
fac6187092
2 changed files with 14 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ void main() async {
|
|||
? AppLock(
|
||||
builder: (args) => App(),
|
||||
lockScreen: LockScreen(),
|
||||
enabled: false,
|
||||
)
|
||||
: App()),
|
||||
SentryController.captureException,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue