mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Default encrypt on replying to encrypted message
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user