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

@ -507,7 +507,7 @@ public class OnlineActivity extends CommonActivity {
}
}
} else if (notify) {
toast(R.string.trial_thanks);
//toast(R.string.trial_thanks);
}
}