add IOException
This commit is contained in:
parent
028872a7d8
commit
461f747af1
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ import org.schabi.newpipe.player.popup.PopupViewHolder;
|
||||||
import org.schabi.newpipe.player.popup.StateInterface;
|
import org.schabi.newpipe.player.popup.StateInterface;
|
||||||
import org.schabi.newpipe.util.NavStack;
|
import org.schabi.newpipe.util.NavStack;
|
||||||
|
|
||||||
|
import java.io.IOException;
|
||||||
|
|
||||||
public class PopupVideoPlayer extends Service implements StateInterface {
|
public class PopupVideoPlayer extends Service implements StateInterface {
|
||||||
private static final String TAG = ".PopupVideoPlayer";
|
private static final String TAG = ".PopupVideoPlayer";
|
||||||
private static final boolean DEBUG = false;
|
private static final boolean DEBUG = false;
|
||||||
|
|
Loading…
Reference in a new issue