For #11727 - added content description

fennec/production
Mihai Branescu 4 years ago committed by Emily Kager
parent 9068c96ab3
commit be5213e944

@ -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…
Cancel
Save