1:添加备用服务器,在请求themeData的时候,返回的不对的时候,就切换服务器
This commit is contained in:
@@ -302,7 +302,7 @@ public class SettingActivity extends BaseMvpActivity<SettingPresenter, ActivityS
|
||||
} else if (id == R.id.swit_qh) {
|
||||
if (mBinding.switQh.isChecked()) {
|
||||
SpUtil.setTaskService(1);
|
||||
CommonAppContext.selectRelease = 2;
|
||||
CommonAppContext.selectRelease = 1;
|
||||
} else {
|
||||
SpUtil.setTaskService(0);
|
||||
CommonAppContext.selectRelease = -1;
|
||||
|
||||
Reference in New Issue
Block a user