mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-19 05:29:50 +02:00
Fixed PGP/stripped
This commit is contained in:
@@ -9554,7 +9554,15 @@ public class FragmentMessages extends FragmentBase
|
||||
String text = context.getString(R.string.title_signature_invalid_reason, Integer.toString(sresult));
|
||||
args.putString("sigresult", text);
|
||||
} else {
|
||||
onPgp(data, auto, true);
|
||||
View v = view;
|
||||
if (v == null)
|
||||
return null;
|
||||
v.post(new RunnableEx("stripped") {
|
||||
@Override
|
||||
protected void delegate() {
|
||||
onPgp(data, auto, true);
|
||||
}
|
||||
});
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user