Merge branch 'dev' into 1520_app_update_notif
This commit is contained in:
commit
f1aa3d8c90
119 changed files with 420 additions and 688 deletions
|
|
@ -112,7 +112,7 @@ public class App extends Application {
|
|||
// https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling
|
||||
RxJavaPlugins.setErrorHandler(new Consumer<Throwable>() {
|
||||
@Override
|
||||
public void accept(@NonNull Throwable throwable) throws Exception {
|
||||
public void accept(@NonNull Throwable throwable) {
|
||||
Log.e(TAG, "RxJavaPlugins.ErrorHandler called with -> : " +
|
||||
"throwable = [" + throwable.getClass().getName() + "]");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue