Skip to content

Commit

Permalink
3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dykim committed Nov 2, 2016
1 parent 63d5aae commit 21eb26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void onItemClick(AdapterView<?> parent, View view, int position, long id)
AlertDialog.Builder notice = null;
notice = new AlertDialog.Builder( MainActivity.this );
notice.setTitle( "버전 업데이트 알림" );
notice.setMessage("1.새글알림 기능이 추가되었습니다. 로그인설정에서 새글알림을 설정하세요.");
notice.setMessage("1.새글알림 기능이 추가되었습니다. 로그인설정에서 새글알림을 설정하시겠습니까?");
notice.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener(){
// 확인 버튼 클릭시 설정
public void onClick(DialogInterface dialog, int whichButton){
Expand Down

0 comments on commit 21eb26f

Please sign in to comment.