Update AsyncTdEasy.java
This commit is contained in:
parent
fdd71704ec
commit
46bd838b1b
@ -102,7 +102,7 @@ public class AsyncTdEasy {
|
||||
}
|
||||
|
||||
// Register fatal error handler
|
||||
fatalErrors.subscribe(settings.getFatalErrorHandler()::onFatalError);
|
||||
fatalErrors.flatMap(settings.getFatalErrorHandler()::onFatalError).subscribe();
|
||||
|
||||
return true;
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user