HarlonWang / AVLoadingIndicatorView

DEPRECATED
9.75k stars 1.9k forks source link

Issue on setting Indicator multiple times. #114

Open i3130002 opened 6 years ago

i3130002 commented 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)]);