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:
parent
6dd0e31e2e
commit
9edf548f87
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user