fix: app lock

This commit is contained in:
Christian Pauly 2021-01-18 09:43:53 +01:00
commit 19109e28f3
2 changed files with 8 additions and 1 deletions

View file

@ -25,6 +25,7 @@ class LockScreen extends StatelessWidget {
);
} else {
AppLock.of(context).didUnlock();
AppLock.of(context).disable();
}
});
}