Open janusw opened 1 month ago
Seems very similar to #144 by @sk1llsh0t (which has been fixed in 0.5.0, right?).
Seems very similar to #144 by @sk1llsh0t (which has been fixed in 0.5.0, right?).
Oh, wait, apparently #144 has only been fixed on the develop branch so far, but not included in 0.5.0 😱
It actually looks like #145 fixes the problem (on the develop
branch) for most of the controls. However, it still persists for the FreakyTimePicker
(and maybe others, I haven't checked all of them yet).
Description
I see crashes with an
InvalidOperationException
on Android when using any of your controls in a MAUI app with shell tabs, whenever I switch the shell tabs to a page that contains one of your controls.I first observed it with the
FreakyPicker
, but it also seems to occur with (all?) other controls.To reproduce:
Code
See https://github.com/janusw/Maui.FreakyControls/tree/sample_with_shell_tabs
Expected Behavior
No crash.
Actual Behavior
The sample app crashes with this exception:
Basic Information
Reproduction Link
https://github.com/janusw/Maui.FreakyControls/tree/sample_with_shell_tabs