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
commit 72a9940863
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;
}
}