| | |
| | | import androidx.appcompat.app.AppCompatActivity; |
| | | |
| | | import com.hdl.photovoltaic.R; |
| | | import com.hdl.photovoltaic.config.UserConfigManage; |
| | | import com.hdl.photovoltaic.listener.BaseView; |
| | | import com.hdl.photovoltaic.other.HdlThreadLogic; |
| | | import com.hdl.photovoltaic.utils.AppManagerUtils; |
| | |
| | | |
| | | @Override |
| | | protected void attachBaseContext(Context newBase) { |
| | | //app中英文设置 |
| | | LocalManageUtil.changeAppLanguage(UserConfigManage.getInstance().getCurrentAppLanguage(), newBase); |
| | | super.attachBaseContext(newBase); |
| | | // //app中英文设置 |
| | | // LocalManageUtil.changeAppLanguage("en", newBase); |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | super.onDestroy(); |
| | | //隐藏Loading |
| | | hideLoading(); |
| | | //注销EventBus |
| | | unregisterEventBus(); |
| | | //移除Activity |
| | | AppManagerUtils.getAppManager().removeActivity(this); |
| | | //注销EventBus |
| | | unregisterEventBus(); |
| | | |
| | | } |
| | | |