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

[fenix] For https://github.com/mozilla-mobile/fenix/issues/16735 - Do not show grid view CFR if grid view is already selected. (https://github.com/mozilla-mobile/fenix/pull/16740)

This commit is contained in:
Mihai Adrian Carare 2020-11-26 20:09:49 +02:00 committed by GitHub
parent 6dd0e31e2e
commit 9edf548f87

View File

@ -270,6 +270,7 @@ class TabTrayView(
if (
view.context.settings().shouldShowGridViewBanner &&
view.context.settings().canShowCfr &&
view.context.settings().listTabView &&
tabs.size >= TAB_COUNT_SHOW_CFR
) {
InfoBanner(