1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Small behavior improvement

This commit is contained in:
M66B 2022-09-14 08:23:58 +02:00
parent 8599ee0471
commit ed781f0206

View file

@ -340,6 +340,8 @@ public class FragmentAnswers extends FragmentBase {
if (TextUtils.isEmpty(name))
return;
EntityAnswer.setCustomPlaceholder(context, name, value);
if (TextUtils.isEmpty(value))
invalidateOptionsMenu();
}
})
.setNegativeButton(android.R.string.cancel, null)