Skip to content

Commit

Permalink
delete show in the dialog call
Browse files Browse the repository at this point in the history
  • Loading branch information
pocho23 committed Aug 29, 2014
1 parent 7227dc4 commit 288b709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibraryRateMe/src/com/androidsx/rateme/DialogRateMe.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void onClick(View v) {
@Override
public void onClick(View v) {
if (goToMail) {
confirmGoToMailDialog(getArguments()).show();
confirmGoToMailDialog(getArguments());
Log.d(TAG, "got to Mail for explain what is the problem");
} else {
dismiss();
Expand Down

0 comments on commit 288b709

Please sign in to comment.