Skip to content

Commit

Permalink
For mozilla-mobile#3214 - History multi-selection aborted, the same i…
Browse files Browse the repository at this point in the history
…tem can't be selected again
  • Loading branch information
rocketsroger committed Jun 24, 2019
1 parent afb5925 commit 4a9172c
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 4a9172c

Please sign in to comment.