Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #3214 - History multi-selection aborted, the same item can't be s…
Browse files Browse the repository at this point in the history
…elected again (#3607)
  • Loading branch information
rocketsroger authored and st3fan committed Jul 4, 2019
1 parent 0c3fa48 commit 64b339a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class HistoryUIView(
mode = HistoryState.Mode.Normal
historyAdapter.updateData(items, mode)
setUIForNormalMode(items.isEmpty())
actionEmitter.onNext(HistoryAction.SwitchMode)
actionEmitter.onNext(HistoryAction.BackPressed)
true
}
else -> false
Expand Down

0 comments on commit 64b339a

Please sign in to comment.