Purchase instead of donate in free version
This commit is contained in:
parent
24ef548bc3
commit
d75ed1d7d2
1 changed files with 5 additions and 1 deletions
|
|
@ -207,7 +207,11 @@ public class AboutActivity extends AbsBaseActivity implements View.OnClickListen
|
||||||
} else if (v == rateOnGooglePlay) {
|
} else if (v == rateOnGooglePlay) {
|
||||||
openUrl(RATE_ON_GOOGLE_PLAY);
|
openUrl(RATE_ON_GOOGLE_PLAY);
|
||||||
} else if (v == donate) {
|
} else if (v == donate) {
|
||||||
DonationsDialog.create().show(getSupportFragmentManager(), "DONATION_DIALOG");
|
if (App.isProVersion()) {
|
||||||
|
DonationsDialog.create().show(getSupportFragmentManager(), "DONATION_DIALOG");
|
||||||
|
} else {
|
||||||
|
startActivity(new Intent(this, PurchaseActivity.class));
|
||||||
|
}
|
||||||
} else if (v == aidanFollestadGooglePlus) {
|
} else if (v == aidanFollestadGooglePlus) {
|
||||||
openUrl(AIDAN_FOLLESTAD_GOOGLE_PLUS);
|
openUrl(AIDAN_FOLLESTAD_GOOGLE_PLUS);
|
||||||
} else if (v == aidanFollestadGitHub) {
|
} else if (v == aidanFollestadGitHub) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue