AVLoadingIndicatorView
AVLoadingIndicatorView copied to clipboard
Issue on setting Indicator multiple times.
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)]);