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