mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 06:31:17 +00:00
Signature resume raw/monospaced
This commit is contained in:
parent
bf8c80330a
commit
50df1c3663
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue