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
We have an issue with ShowToast function, which throw no error but stop async execution.
We just upgraded our project from Xamarin Forms 3.1 (3.1.0.583944) to 3.4 (latest release 3.4.0.1029999), we are also now targeting Android 9.0, and AndHUD to 1.4.0.
I've done some tests, and AndHUD update is the problem.
Rollback to 1.2.0 solves the problem.
Rollback to 8.1 Android target or Xamarin Forms 3.1 didn't change issue.
The text was updated successfully, but these errors were encountered:
Nevermind, I found the bug. When using the non-centered version of Toast there is a NullReferenceException. Will fix that asap and release a new version. Thank you for reporting the issue.
Hi,
We have an issue with ShowToast function, which throw no error but stop async execution.
We just upgraded our project from Xamarin Forms 3.1 (3.1.0.583944) to 3.4 (latest release 3.4.0.1029999), we are also now targeting Android 9.0, and AndHUD to 1.4.0.
I've done some tests, and AndHUD update is the problem.
Rollback to 1.2.0 solves the problem.
Rollback to 8.1 Android target or Xamarin Forms 3.1 didn't change issue.
The text was updated successfully, but these errors were encountered: