[fenix] For https://github.com/mozilla-mobile/fenix/issues/3214 - History multi-selection aborted, the same item can't be selected again (https://github.com/mozilla-mobile/fenix/pull/3607)

pull/600/head
royang51 5 years ago committed by Colin Lee
parent f2e1369156
commit d68a45e5ff

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

Loading…
Cancel
Save