Bug 1878524 - Return immediately when tab found

fenix/124.1.0
jackyzy823 4 months ago committed by mergify[bot]
parent eaf06fb0c0
commit 801fe811aa

@ -94,6 +94,7 @@ fun TabLayout(
tabs.forEachIndexed { index, tab ->
if (tab.id == selectedTabId) {
selectedTabIndex = index
return@forEachIndexed
}
}
}

Loading…
Cancel
Save