Loading method param issue in SBUOpenChannelListViewModel

I think there is an issue with func shouldUpdateLoadingState(_ isLoading: Bool) call.
In SBUOpenChannelListViewModel class there is a overriden method loadNextChannelList, in which there is a method call setLoading(true, false).
I think this showIndicator parameter should be true here before making query.
Like this setLoading(true, true).

Please check here.