You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add tap gesture on a button parent (e.g. some layout for example), add tap handler on the button, click the button and execute navigation with clear history current fragment will be removed and we will clear the button listener owner. Still android will fire the click handler and we will throw an exception.
The text was updated successfully, but these errors were encountered:
…le) and set tap handler on the button and click the button there is a chance to execute navigation with clear history. This will remove current fragment and will clear the button listener owner. Still android will fire the click handler and we will throw an exception.
Fix#4897
…le) and set tap handler on the button and click the button there is a chance to execute navigation with clear history. This will remove current fragment and will clear the button listener owner. Still android will fire the click handler and we will throw an exception. (#4898)
Fix#4897
If you add tap gesture on a button parent (e.g. some layout for example), add tap handler on the button, click the button and execute navigation with clear history current fragment will be removed and we will clear the button listener owner. Still android will fire the click handler and we will throw an exception.
The text was updated successfully, but these errors were encountered: