We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good day!
Version: 3.3.2 Exception: System.ArgumentException: 'The key already existed in the dictionary.' from SnackbarNotification. Stack trace: IDictionary<TKey,TValue>.Add (TKey key, TValue value) SnackbarNotification.ToastClosed (System.String id, Plugin.Toasts.NotificationResult result) SnackbarNotification.<Notify>b__5_2 (System.String toastId, Plugin.Toasts.NotificationResult result) ToastCallback.OnDismissed (Android.Support.Design.Widget.Snackbar snackbar, System.Int32 evt) Snackbar+Callback.n_OnDismissed_Landroid_support_design_widget_Snackbar_I (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_transientBottomBar, System.Int32 e)
IDictionary<TKey,TValue>.Add (TKey key, TValue value) SnackbarNotification.ToastClosed (System.String id, Plugin.Toasts.NotificationResult result) SnackbarNotification.<Notify>b__5_2 (System.String toastId, Plugin.Toasts.NotificationResult result) ToastCallback.OnDismissed (Android.Support.Design.Widget.Snackbar snackbar, System.Int32 evt) Snackbar+Callback.n_OnDismissed_Landroid_support_design_widget_Snackbar_I (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_transientBottomBar, System.Int32 e)
We call a Notify method from ToastNotification class in several threads. I think that we catch a situation when we have the same id on line
Toasts.Forms.Plugin/Toasts.Forms.Plugin.Droid/SnackbarNotification.cs
Line 34 in 8132380
The text was updated successfully, but these errors were encountered:
Having the same issue. Did you find any workaround?
Sorry, something went wrong.
No branches or pull requests
Good day!
Version: 3.3.2
Exception: System.ArgumentException: 'The key already existed in the dictionary.' from SnackbarNotification.
Stack trace:
IDictionary<TKey,TValue>.Add (TKey key, TValue value) SnackbarNotification.ToastClosed (System.String id, Plugin.Toasts.NotificationResult result) SnackbarNotification.<Notify>b__5_2 (System.String toastId, Plugin.Toasts.NotificationResult result) ToastCallback.OnDismissed (Android.Support.Design.Widget.Snackbar snackbar, System.Int32 evt) Snackbar+Callback.n_OnDismissed_Landroid_support_design_widget_Snackbar_I (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_transientBottomBar, System.Int32 e)
We call a Notify method from ToastNotification class in several threads. I think that we catch a situation when we have the same id on line
Toasts.Forms.Plugin/Toasts.Forms.Plugin.Droid/SnackbarNotification.cs
Line 34 in 8132380
The text was updated successfully, but these errors were encountered: