Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
KimLakYoung
GetEyesClient
Commits
a9b04071
Commit
a9b04071
authored
4 years ago
by
KimLakYoung
Browse files
Options
Download
Email Patches
Plain Diff
불필요 함수 삭제
parent
aaa6446c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
GetEyesNative/app/src/main/java/com/leadwalk/geteyes/native_part/view/main/ui/MainTabActivity.java
...alk/geteyes/native_part/view/main/ui/MainTabActivity.java
+0
-1
No files found.
GetEyesNative/app/src/main/java/com/leadwalk/geteyes/native_part/view/main/ui/MainTabActivity.java
View file @
a9b04071
...
...
@@ -281,7 +281,6 @@ public class MainTabActivity extends MActivity {
moveTaskToBack
(
true
);
// 태스크를 백그라운드로 이동
finishAndRemoveTask
();
// 액티비티 종료 + 태스크 리스트에서 지우기
android
.
os
.
Process
.
killProcess
(
android
.
os
.
Process
.
myPid
());
// 앱 프로세스 종료
MainUnityActivity
.
instance
.
GetUnityPlayer
().
quit
();
toast
.
cancel
();
}
...
...
This diff is collapsed.
Click to expand it.
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