1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-12-29 20:15:37 +01:00

add IOException

This commit is contained in:
Christian Schabesberger 2017-03-17 20:18:44 +01:00
parent 028872a7d8
commit 461f747af1

View File

@ -60,6 +60,8 @@ import org.schabi.newpipe.player.popup.PopupViewHolder;
import org.schabi.newpipe.player.popup.StateInterface;
import org.schabi.newpipe.util.NavStack;
import java.io.IOException;
public class PopupVideoPlayer extends Service implements StateInterface {
private static final String TAG = ".PopupVideoPlayer";
private static final boolean DEBUG = false;