Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TangKuPos
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王海
TangKuPos
Commits
a57279af
Commit
a57279af
authored
May 29, 2018
by
zhang_z
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
62c37e85
13743729
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.idea/modules.xml
.idea/modules.xml
+1
-0
app/src/main/java/com/xingdata/zzdpos/base/BaseActivity.java
app/src/main/java/com/xingdata/zzdpos/base/BaseActivity.java
+5
-0
No files found.
.idea/modules.xml
View file @
a57279af
...
...
@@ -5,6 +5,7 @@
<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$/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"
/>
</modules>
</component>
...
...
app/src/main/java/com/xingdata/zzdpos/base/BaseActivity.java
View file @
a57279af
...
...
@@ -147,6 +147,11 @@ public abstract class BaseActivity<P extends BasePresenter, B extends ViewDataBi
super
.
onSaveInstanceState
(
outState
,
outPersistentState
);
}
@Override
protected
void
onPause
()
{
C
.
SYSTEM
.
mStateEnable
=
false
;
super
.
onPause
();
}
@Override
protected
void
onStop
()
{
// C.SYSTEM.mStateEnable = false;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment