Skip to content

Feature/server errors parcing - #11

Open
Keparlg wants to merge 2 commits into
developmentfrom
feature/server_errors_parcing
Open

Feature/server errors parcing#11
Keparlg wants to merge 2 commits into
developmentfrom
feature/server_errors_parcing

Conversation

@Keparlg

@Keparlg Keparlg commented Feb 13, 2017

Copy link
Copy Markdown
Contributor

No description provided.

Change error mechanism in BasePresenter and all classes
Fix crash with JsonSyntaxException

@kraftuK kraftuK left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Функционал метода public String parseError(Throwable e) повторяется в каждом закоммиченном презентаре, похоже на копи паст или так специально сделано?

}
sendUpdateDataList(thisTeamDirects);
}, (wholeDirectListActivity, throwable) -> sendShowError(parceError(throwable, null)));
}, (wholeDirectListActivity, throwable) -> sendShowError(parseError(throwable, null)));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Надо заменить на просто parceError(throwable)

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.

3 participants