After using the seekbar and closing the player, sometimes the app crashes with the following error:
java.lang.IllegalStateException
at android.media.MediaPlayer.getCurrentPosition(Native Method)
at com.bambuser.broadcaster.NiceMediaPlayer.getCurrentPosition(SourceFile:2)
at com.bambuser.broadcaster.BroadcastPlayer.getCurrentPosition(SourceFile:2)
at com.bambuser.player.m5.d(SourceFile:126)
at com.bambuser.player.yd.run(SourceFile:4)
at java.util.TimerThread.mainLoop(Timer.java:562)
at java.util.TimerThread.run(Timer.java:512)
After using the seekbar and closing the player, sometimes the app crashes with the following error: