-Changed Rx exception handling to swallow undeliverable exceptions by default.
This commit is contained in:
parent
1a92dfb019
commit
34f19c4268
3 changed files with 3 additions and 3 deletions
|
|
@ -210,6 +210,6 @@ public class App extends Application {
|
|||
}
|
||||
|
||||
protected boolean isDisposedRxExceptionsReported() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue