Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
apk_product
/
ForFun
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
23713342
...
23713342408e0582c31c1125cf8c9cdec4690c01
authored
2020-07-10 11:16:18 +0800
by
胡国瑞
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决设置键返回淘好玩重新启动的问题
1 parent
398dc307
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
build/jsb-link/frameworks/runtime-src/proj.android-studio/app/src/org/cocos2dx/javascript/AppActivity.java
build/jsb-link/frameworks/runtime-src/proj.android-studio/app/src/org/cocos2dx/javascript/AppActivity.java
View file @
2371334
...
...
@@ -445,6 +445,7 @@ public class AppActivity extends Cocos2dxActivity {
&&
!
activity_name
.
equals
(
INSTALLER_HOME_ACTIVITY_NAME
)
&&
!
activity_name
.
equals
(
INSTALLER_PROGRESS_ACTIVITY_NAME
))
{
Log
.
d
(
"AppActivity"
,
"top activity: "
+
activity_name
);
finish
();
System
.
exit
(
0
);
}
});
...
...
Please
register
or
sign in
to post a comment