remove thread check from PlayerController.setCurrentVideoId

This commit is contained in:
caneleex 2021-04-21 19:56:30 +02:00
parent c6930e68b5
commit aeece65aef
1 changed files with 0 additions and 3 deletions

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;