disable donate_thanks prompt as annoyance

This commit is contained in:
Andrew Dolgov 2013-01-03 15:24:06 +04:00
parent f78ad58b79
commit 19b6f9e1a1
2 changed files with 2 additions and 2 deletions

View File

@ -506,8 +506,8 @@ public class OnlineActivity extends CommonActivity {
toast(getString(R.string.trial_mode_prompt, Long.valueOf(daysLeft)));
}
}
} else if (notify) {
toast(R.string.trial_thanks);
} else if (notify) {
//toast(R.string.trial_thanks);
}
}