Merge branch 'dev' into 1520_app_update_notif

This commit is contained in:
Christian Schabesberger 2018-10-06 18:04:39 +02:00 committed by GitHub
commit f1aa3d8c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
119 changed files with 420 additions and 688 deletions

View file

@ -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() + "]");