We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c744f67 commit 61da167Copy full SHA for 61da167
1 file changed
app/src/main/java/org/schabi/newpipe/RouterActivity.java
@@ -751,6 +751,7 @@ private AppCompatActivity getActivityContext() {
751
private void playback() {
752
if (activityGone()) {
753
done();
754
+ return;
755
}
756
if (buffer.size() == 0 || isPaused) {
757
return;
@@ -774,6 +775,7 @@ private boolean activityGone() {
774
775
private void runOnVisible(final ResultRunnable runnable) {
776
777
778
779
780
if (isPaused) {
781
buffer.add(runnable);
0 commit comments