When I tapped the button, I simply call this method:
private async void ToolbarItem_Clicked(object sender, EventArgs e) { await FilterSheet.ShowAsync(); }
The BottomSheet displayed perfectly, but after closing and attempting to reopen it, I encountered the following error message:
I have a simple BottomSheet in xaml like this: `
When I tapped the button, I simply call this method:
private async void ToolbarItem_Clicked(object sender, EventArgs e) { await FilterSheet.ShowAsync(); }
The BottomSheet displayed perfectly, but after closing and attempting to reopen it, I encountered the following error message:
.Net 7 Android 13