remove thread check from PlayerController.setCurrentVideoId

This commit is contained in:
caneleex 2021-04-21 19:56:30 +02:00
parent a47bdb3a2b
commit 40cf605826

View File

@ -65,9 +65,6 @@ public class PlayerController {
return;
}
if (Looper.myLooper() != Looper.getMainLooper()) // check if thread is not main
return;
if (videoId.equals(currentVideoId))
return;