mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Merge branch '1386-app-lock-after-signout' into 'master'
Fix app lock after sign-out bug Closes #1386 See merge request briar/briar!930
This commit is contained in:
@@ -101,6 +101,8 @@ public class LockManagerImpl implements LockManager, Service, EventListener {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void stopService() {
|
public void stopService() {
|
||||||
|
timeoutMinutes = timeoutNever;
|
||||||
|
if (alarmSet) alarmManager.cancel(lockIntent);
|
||||||
}
|
}
|
||||||
|
|
||||||
@UiThread
|
@UiThread
|
||||||
|
|||||||
Reference in New Issue
Block a user