Debug only

This commit is contained in:
M66B 2021-09-08 08:15:47 +02:00
parent 35436c8ee7
commit 55bdec12e6
1 changed files with 1 additions and 2 deletions

View File

@ -7475,10 +7475,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
}
} else if (EntityMessage.SMIME_SIGNENCRYPT.equals(type)) {
String algo = args.getString("algo");
if (!TextUtils.isEmpty(algo)) {
if (BuildConfig.DEBUG && !TextUtils.isEmpty(algo))
Snackbar.make(view, algo, Snackbar.LENGTH_LONG)
.setGestureInsetBottomIgnored(true).show();
}
}
}