1
0
Fork 0

For #11727 - added content description

master
Mihai Branescu 2020-06-24 11:56:32 +03:00 committed by Emily Kager
parent 9068c96ab3
commit be5213e944
1 changed files with 1 additions and 0 deletions

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