2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
This commit is contained in:
Mihai Branescu 2020-06-24 11:56:32 +03:00 committed by Emily Kager
parent ec0086ac5d
commit 8e9f5516d7

View File

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