mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Prevent crash
This commit is contained in:
@@ -416,7 +416,7 @@ public class FragmentOptionsEncryption extends FragmentBase implements SharedPre
|
||||
@Override
|
||||
protected Spanned onExecute(Context context, Bundle args) {
|
||||
boolean debug = args.getBoolean("debug");
|
||||
SpannableStringBuilder ssb = new SpannableStringBuilder();
|
||||
SpannableStringBuilder ssb = new SpannableStringBuilderEx();
|
||||
|
||||
int dp24 = Helper.dp2pixels(context, 24);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user