Skip to content

RxResult loader fix#1

Open
nbumakov wants to merge 1 commit intoArturVasilov:masterfrom
nbumakov:rx-result-fix
Open

RxResult loader fix#1
nbumakov wants to merge 1 commit intoArturVasilov:masterfrom
nbumakov:rx-result-fix

Conversation

@nbumakov
Copy link
Copy Markdown

@nbumakov nbumakov commented Sep 6, 2016

RxResultLoader loader don't return obtained result in init method. If data was received before it will not be returned.

protected void onStartLoading() {
if (takeContentChanged() || mResult == null) {
forceLoad();
}else {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Добавь пробел

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

Successfully merging this pull request may close these issues.

2 participants