mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Signature resume raw/monospaced
This commit is contained in:
@@ -225,6 +225,12 @@ public class ActivitySignature extends ActivityBase {
|
||||
dirty = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
etText.setTypeface(etText.isRaw() ? Typeface.MONOSPACE : Typeface.DEFAULT);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onSaveInstanceState(Bundle outState) {
|
||||
outState.putBoolean("fair:dirty", dirty);
|
||||
|
||||
Reference in New Issue
Block a user