2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

For #3214 - History multi-selection aborted, the same item can't be selected again (#3607)

This commit is contained in:
royang51 2019-06-24 18:27:06 -04:00 committed by Colin Lee
parent 1863ffe878
commit e244aae104

View File

@ -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