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:
parent
8599ee0471
commit
ed781f0206
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue