1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-23 23:31:24 +00:00

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