mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-04 09:39:56 -06:00
* Multiple setting page issue resolved * Issue #477 resolved
This commit is contained in:
@@ -33,7 +33,9 @@ object KeyPassRedux {
|
||||
} else {
|
||||
arrPages.add(state.currentScreen)
|
||||
}
|
||||
|
||||
if (state.currentScreen == action.state) {
|
||||
arrPages.remove(state.currentScreen)
|
||||
}
|
||||
state.copy(currentScreen = action.state)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user