| | |
| | | import com.moral.yunfushao.activity.VoiceSetActivity; |
| | | import com.moral.yunfushao.base.BaseFragment; |
| | | import com.moral.yunfushao.common.API; |
| | | import com.moral.yunfushao.common.AppConfig; |
| | | import com.moral.yunfushao.httputils.HttpCallBack; |
| | | import com.moral.yunfushao.httputils.HttpUtils; |
| | | import com.moral.yunfushao.model.EventMessage; |
| | | |
| | | import org.greenrobot.eventbus.EventBus; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.HashMap; |
| | |
| | | }else if("is_open_upload".equals(field)){ |
| | | MainApp.theApp.sharedPreferencesUtil.setUpload(Integer.parseInt(value)); |
| | | } |
| | | |
| | | EventMessage event = new EventMessage(); |
| | | event.setType(AppConfig.CHANGE_SETTING); |
| | | EventBus.getDefault().post(event); |
| | | if (progressDialog.isShowing()) { |
| | | progressDialog.dismiss(); |
| | | } |