We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
public UiStatusController bind(@NonNull Object target) { this.mUiStatusLayout = BindHelp.bind(target); this.mUiStatusLayout.setUiStatusProvider(this); this.changeUiStatus(1);//为啥要加入这一句啊,去掉好吗?这一下造成了很多问题,可扩展性一下子降低了 return this; } @FengChenSunshine
public UiStatusController bind(@NonNull Object target) { this.mUiStatusLayout = BindHelp.bind(target); this.mUiStatusLayout.setUiStatusProvider(this); this.changeUiStatus(1);//为啥要加入这一句啊,去掉好吗?这一下造成了很多问题,可扩展性一下子降低了 return this; }
The text was updated successfully, but these errors were encountered:
public UiStatusController bind(@nonnull Object target) { this.mUiStatusLayout = BindHelp.bind(target); this.mUiStatusLayout.setUiStatusProvider(this); this.changeUiStatus(1); return this; }
Sorry, something went wrong.
你好,考虑到绝大部分场景进入都是loading页面,所以默认加载了loading状态, 后面会类似UiStatusController.setAutoLoadingWithRetry重试机制一样 给一个允许关闭的方法
No branches or pull requests
public UiStatusController bind(@NonNull Object target) { this.mUiStatusLayout = BindHelp.bind(target); this.mUiStatusLayout.setUiStatusProvider(this); this.changeUiStatus(1);//为啥要加入这一句啊,去掉好吗?这一下造成了很多问题,可扩展性一下子降低了 return this; }
@FengChenSunshine
The text was updated successfully, but these errors were encountered: