Default encrypt on replying to encrypted message

This commit is contained in:
M66B
2019-07-16 18:46:25 +02:00
parent 369a476513
commit a8215cd7bd
8 changed files with 1867 additions and 7 deletions

View File

@@ -824,7 +824,7 @@ public class Helper {
}
static void linkPro(final TextView tv) {
if (isPro(tv.getContext()))
if (isPro(tv.getContext()) && !BuildConfig.DEBUG)
hide(tv);
else {
final Intent pro = new Intent(Intent.ACTION_VIEW, Uri.parse(BuildConfig.PRO_FEATURES_URI));