You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
When I try to compile the app from source I get this error.
/Users/NateBass/A/Android/Gitskarios/app/src/main/java/com/alorma/github/presenter/CommitInfoPresenter.java
Error:(23, 57) error: incompatible types: bad return type in lambda expression
Observable<Pair<GithubStatusResponse,Integer>> cannot be converted to Observable<? extends CAP#1>
where CAP#1 is a fresh type-variable:
CAP#1 extends Pair<GithubStatusResponse,Integer> from capture of ? extends Pair<GithubStatusResponse,Integer>
The text was updated successfully, but these errors were encountered:
In the editor I pressed alt-enter and "Expand lambda expression body to {...}". Is that what you mean? The code now looks like this, and it gives the same error.
When I try to compile the app from source I get this error.
The text was updated successfully, but these errors were encountered: