mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Small behavior improvement
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user