Skip to content

Commit

Permalink
C语言代码重新编译
Browse files Browse the repository at this point in the history
  • Loading branch information
siwangqishiq committed Aug 10, 2015
1 parent 72adcc2 commit 1c75b1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static Dialog getLoadingDialog(Context context, String title,
boolean canCancel) {
ProgressDialog dialog = new ProgressDialog(context);
dialog.setCancelable(canCancel);
dialog.setTitle(title);
dialog.setMessage(title);
return dialog;
}
}//end class

0 comments on commit 1c75b1d

Please sign in to comment.