mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
Debug only
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user