mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Small behavior fix
This commit is contained in:
parent
d68531ae65
commit
103e97004b
1 changed files with 1 additions and 0 deletions
|
@ -758,6 +758,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
Object tag = cbSignature.getTag();
|
||||
if (tag == null || !tag.equals(checked)) {
|
||||
cbSignature.setTag(checked);
|
||||
tvSignature.setAlpha(checked ? 1.0f : Helper.LOW_LIGHT);
|
||||
if (tag != null)
|
||||
onAction(R.id.action_save, "signature");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue