Pin unlock : hides behind feature flag (disabled by default)
This commit is contained in:
parent
ea0963c0c8
commit
304ec0b740
7 changed files with 31 additions and 11 deletions
|
|
@ -135,9 +135,9 @@ class LoggedInFlowNode @AssistedInject constructor(
|
|||
}
|
||||
},
|
||||
onStop = {
|
||||
pinStateDataSource.lock()
|
||||
//Counterpart startSync is done in observeSyncStateAndNetworkStatus method.
|
||||
coroutineScope.launch {
|
||||
pinStateDataSource.lock()
|
||||
//Counterpart startSync is done in observeSyncStateAndNetworkStatus method.
|
||||
syncService.stopSync()
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue