This commit is contained in:
huangzhuanghua
2016-09-09 18:23:54 +08:00
parent 5316164f00
commit f858ba0b70
58 changed files with 1038 additions and 1874 deletions

View File

@ -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();