1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 06:31:17 +00:00

Small fix

This commit is contained in:
M66B 2022-11-24 21:43:42 +01:00
parent 50df1c3663
commit 4af3565547

View file

@ -321,6 +321,7 @@ public class ActivitySignature extends ActivityBase {
}, null);
etText.setText(signature);
}
saved = html;
loaded = true;
}