Small behavior fix

pull/206/head
M66B 3 years ago
parent d68531ae65
commit 103e97004b

@ -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…
Cancel
Save