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
Want to display ToastActivity during network requests, but because there are multiple simultaneous requests, makeToastActivity and hideToastActivity methods are frequently called. What are some good solutions for this scenario?
The text was updated successfully, but these errors were encountered:
HelloRyanCR7
changed the title
When calling makeToastActivity and hideToastActivity multiple times simultaneously, ToastActivity does not display.
Calling makeToastActivity immediately after calling hideToastActivity does not display ToastActivity.
May 29, 2024
Want to display ToastActivity during network requests, but because there are multiple simultaneous requests, makeToastActivity and hideToastActivity methods are frequently called. What are some good solutions for this scenario?
The text was updated successfully, but these errors were encountered: