Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nullable аргумент обладает NonNull типом #31

Closed
CodeBreak524 opened this issue Aug 13, 2019 · 1 comment
Closed

Comments

@CodeBreak524
Copy link

Версия 2.1.8.
В методе Odnoklassniki.requestAuthorization есть аргумент @Nullable redirectUri: String. Он помечен аннотацией, однако сам тип не является nullable, т.к. он не String?. В связи с этим при использовании этого метода на котлине невозможно прокинуть null в качестве аргумента.

@lintax
Copy link
Member

lintax commented Aug 13, 2019

Да, осталось после автоконвертации)
Исправлю, но версию пока не буду релизить
как временное решение можно заполнять fallback url-ом "okauth://auth", но рекомендуется id приложения вставлять, как в примере

lintax added a commit that referenced this issue Aug 13, 2019
@lintax lintax closed this as completed Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants