mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +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
|
||||
public void stopService() {
|
||||
timeoutMinutes = timeoutNever;
|
||||
if (alarmSet) alarmManager.cancel(lockIntent);
|
||||
}
|
||||
|
||||
@UiThread
|
||||
|
||||
Reference in New Issue
Block a user