mirror of
https://github.com/twofas/2fas-ios.git
synced 2024-11-22 02:10:19 +01:00
Merge pull request #135 from twofas/bugfix/TF-1511
[OSM-1511] Leave edit mode on becomeInactive
This commit is contained in:
commit
ebe59dcb4e
@ -106,6 +106,9 @@ extension TokensPresenter {
|
||||
if isSearching {
|
||||
handleClearSearchPhrase()
|
||||
}
|
||||
if currentState == .edit {
|
||||
handleLeaveEditMode()
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - External Actions
|
||||
|
Loading…
Reference in New Issue
Block a user