Commit a9b04071 authored by KimLakYoung's avatar KimLakYoung
Browse files

불필요 함수 삭제

parent aaa6446c
......@@ -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();
}
......
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