fix: app lock
This commit is contained in:
parent
4a47a074e2
commit
19109e28f3
2 changed files with 8 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ class LockScreen extends StatelessWidget {
|
|||
);
|
||||
} else {
|
||||
AppLock.of(context).didUnlock();
|
||||
AppLock.of(context).disable();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue