Merge branch 'player_fix' of https://github.com/karyogamy/NewPipe into dev
This commit is contained in:
commit
72a9940863
3 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ public class DebugApp extends App {
|
|||
@Override
|
||||
protected boolean isDisposedRxExceptionsReported() {
|
||||
return PreferenceManager.getDefaultSharedPreferences(this)
|
||||
.getBoolean(getString(R.string.allow_disposed_exceptions_key), true);
|
||||
.getBoolean(getString(R.string.allow_disposed_exceptions_key), false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue