整理
This commit is contained in:
@ -37,7 +37,7 @@ import com.gh.download.DownloadManager;
|
||||
import com.gh.download.DownloadStatus;
|
||||
import com.gh.gamecenter.entity.AppEntity;
|
||||
import com.gh.gamecenter.entity.GameUpdateEntity;
|
||||
import com.gh.gamecenter.eventbus.EBRefresh;
|
||||
import com.gh.gamecenter.eventbus.EBReuse;
|
||||
import com.gh.gamecenter.manager.PackageManager;
|
||||
import com.gh.gamecenter.volley.extended.JsonObjectExtendedRequest;
|
||||
import com.google.gson.Gson;
|
||||
@ -212,7 +212,7 @@ public class SettingActivity extends BaseActivity implements OnClickListener {
|
||||
case R.id.setting_cv_fix_download:
|
||||
sp.edit().putBoolean("isShow", true).apply();
|
||||
toast("修复成功,快去首页看看吧");
|
||||
EventBus.getDefault().post(new EBRefresh());
|
||||
EventBus.getDefault().post(new EBReuse("Refresh"));
|
||||
break;
|
||||
case R.id.setting_rl_autoinstall:
|
||||
setting_sb_autoinstall.performClick();
|
||||
|
||||
Reference in New Issue
Block a user