kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Oops, added back missing return;
rodzic
c744f6756b
commit
61da167b4f
|
@ -751,6 +751,7 @@ public class RouterActivity extends AppCompatActivity {
|
|||
private void playback() {
|
||||
if (activityGone()) {
|
||||
done();
|
||||
return;
|
||||
}
|
||||
if (buffer.size() == 0 || isPaused) {
|
||||
return;
|
||||
|
@ -774,6 +775,7 @@ public class RouterActivity extends AppCompatActivity {
|
|||
private void runOnVisible(final ResultRunnable runnable) {
|
||||
if (activityGone()) {
|
||||
done();
|
||||
return;
|
||||
}
|
||||
if (isPaused) {
|
||||
buffer.add(runnable);
|
||||
|
|
Ładowanie…
Reference in New Issue