Commit 13743729 authored by 陈前's avatar 陈前

419

parent ea5d4956
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<module fileurl="file://$PROJECT_DIR$/TangKuPos.iml" filepath="$PROJECT_DIR$/TangKuPos.iml" /> <module fileurl="file://$PROJECT_DIR$/TangKuPos.iml" filepath="$PROJECT_DIR$/TangKuPos.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/neptune/neptune.iml" filepath="$PROJECT_DIR$/neptune/neptune.iml" /> <module fileurl="file://$PROJECT_DIR$/neptune/neptune.iml" filepath="$PROJECT_DIR$/neptune/neptune.iml" />
<module fileurl="file://H:\work\TangKuPos\neptune\neptune.iml" filepath="H:\work\TangKuPos\neptune\neptune.iml" />
<module fileurl="file://$PROJECT_DIR$/pay/pay.iml" filepath="$PROJECT_DIR$/pay/pay.iml" /> <module fileurl="file://$PROJECT_DIR$/pay/pay.iml" filepath="$PROJECT_DIR$/pay/pay.iml" />
</modules> </modules>
</component> </component>
......
...@@ -147,6 +147,11 @@ public abstract class BaseActivity<P extends BasePresenter, B extends ViewDataBi ...@@ -147,6 +147,11 @@ public abstract class BaseActivity<P extends BasePresenter, B extends ViewDataBi
super.onSaveInstanceState(outState, outPersistentState); super.onSaveInstanceState(outState, outPersistentState);
} }
@Override
protected void onPause() {
C.SYSTEM.mStateEnable = false;
super.onPause();
}
@Override @Override
protected void onStop() { protected void onStop() {
// C.SYSTEM.mStateEnable = false; // C.SYSTEM.mStateEnable = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment