Fixed bug while removing child from TabsLayout

This commit is contained in:
Mikalai Turankou 2025-08-05 12:17:26 +03:00
parent cb7d11ed15
commit 01a9bfeb93
1 changed files with 1 additions and 0 deletions

View File

@ -475,6 +475,7 @@ func (tabsLayout *tabsLayoutData) RemoveView(index int) View {
} else if newCurrent != oldCurrent {
tabsLayout.setRaw(Current, newCurrent)
}
return view
}
return nil