|
|
@ -825,8 +825,11 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
if (tag == null || !tag.equals(checked)) {
|
|
|
|
if (tag == null || !tag.equals(checked)) {
|
|
|
|
cbSignature.setTag(checked);
|
|
|
|
cbSignature.setTag(checked);
|
|
|
|
tvSignature.setAlpha(checked ? 1.0f : Helper.LOW_LIGHT);
|
|
|
|
tvSignature.setAlpha(checked ? 1.0f : Helper.LOW_LIGHT);
|
|
|
|
if (tag != null)
|
|
|
|
if (tag != null) {
|
|
|
|
onAction(R.id.action_save, "signature");
|
|
|
|
Bundle extras = new Bundle();
|
|
|
|
|
|
|
|
extras.putBoolean("silent", true);
|
|
|
|
|
|
|
|
onAction(R.id.action_save, extras, "signature");
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|