1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-08 19:23:01 +00:00

Merge branch 'player_fix' of https://github.com/karyogamy/NewPipe into dev

This commit is contained in:
Christian Schabesberger
2018-02-21 23:20:08 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -215,6 +215,6 @@ public class App extends Application {
}
protected boolean isDisposedRxExceptionsReported() {
return true;
return false;
}
}