flick-video-player
flick-video-player copied to clipboard
fixed loader not showing up while buffering
Sometimes when the internet connection is slow, the video looks to be paused but still Flick Player doesn't indicate the reason, later found that even when value of isBuffering
is true in the native player controller, the value of isBuffering
from FlickControlManager is false. on making a small change in the code, the issue seems to be resolved.