Skip to content

Commit 689b101

Browse files
committed
에러 수정
1 parent b40ad9b commit 689b101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/midstart/PopupActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void mOnClose(View v){
7272
//액티비티(팝업) 닫기
7373
finish();
7474

75-
onStop();
75+
//onStop();
7676
}
7777

7878
@Override

0 commit comments

Comments
 (0)