Update Nullability
This commit is contained in:
Родитель
5017336374
Коммит
e391b9c654
|
@ -518,7 +518,7 @@ namespace Xamarin.CommunityToolkit.UI.Views
|
|||
tabStripContent.Children.Remove(tabViewItem);
|
||||
}
|
||||
|
||||
void AddTabViewItem(TabViewItem tabViewItem, int index = -1)
|
||||
void (TabViewItem tabViewItem, int index = -1)
|
||||
{
|
||||
tabViewItem.PropertyChanged -= OnTabViewItemPropertyChanged;
|
||||
tabViewItem.PropertyChanged += OnTabViewItemPropertyChanged;
|
||||
|
|
Загрузка…
Ссылка в новой задаче