mirror of https://github.com/M66B/FairEmail.git
Small behavior improvement
This commit is contained in:
parent
8599ee0471
commit
ed781f0206
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue