Change paid title

This commit is contained in:
Dmitriy Prodchenko 2019-02-27 17:10:19 +02:00
parent 581cdaa4c6
commit 46c7a64d14

View file

@ -229,7 +229,7 @@ public abstract class ChoosePlanDialogFragment extends BaseOsmAndDialogFragment
}
public String getInfoDescription() {
if (Version.isFreeVersion(getOsmandApplication())) {
if (!Version.isPaidVersion(getOsmandApplication())) {
String description = getString(R.string.free_version_message,
DownloadValidationManager.MAXIMUM_AVAILABLE_FREE_DOWNLOADS) + "\n";
return description + getString(R.string.get_osmand_live);