Open i3130002 opened 6 years ago
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)]);
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)]);