mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11727 - added content description
This commit is contained in:
parent
ec0086ac5d
commit
8e9f5516d7
@ -52,6 +52,7 @@ class TabCounter @JvmOverloads constructor(
|
||||
} // Initial state.
|
||||
count > MAX_VISIBLE_TABS && INTERNAL_COUNT > MAX_VISIBLE_TABS -> {
|
||||
INTERNAL_COUNT = count
|
||||
updateContentDescription(count)
|
||||
return
|
||||
} // There are still over MAX_VISIBLE_TABS tabs open.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user