部分enum修改

This commit is contained in:
kehaoyuan
2017-12-12 10:22:16 +08:00
parent 886007eae5
commit dc186e2e6b
12 changed files with 34 additions and 49 deletions

View File

@ -41,13 +41,13 @@ public class AskQuestionsBodyAdapter extends ListAdapter {
@Override
protected void loadChange(LoadStatus status) {
switch (status) {
case over:
case OVER:
mIsOver = true;
break;
case error:
case ERROR:
mIsNetworkError = true;
break;
case retry:
case RETRY:
mIsNetworkError = false;
break;
}