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
I wanted to show a random Indicator every time user refreshes the page. But setting Indicator more than once will lead to ISSUE (Not showing AVLoadingIndicatorView anymore)
I wanted to show a random Indicator every time user refreshes the page. But setting Indicator more than once will lead to ISSUE (Not showing AVLoadingIndicatorView anymore)
avLoadingIndicatorView.setIndicator(incubators[new Random().nextInt(incubators.length)]);
The text was updated successfully, but these errors were encountered: