Fix some lambdas

This commit is contained in:
TacoTheDank 2020-08-27 16:56:41 -04:00 committed by Stypox
parent 537a87c3f8
commit 7795a5f733
9 changed files with 23 additions and 51 deletions

View file

@ -133,7 +133,7 @@ public abstract class BaseListInfoFragment<I extends ListInfo>
currentInfo = result;
currentNextPage = result.getNextPage();
handleResult(result);
}, (@NonNull Throwable throwable) -> onError(throwable));
}, this::onError);
}
/**