mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Show added placeholders
This commit is contained in:
@@ -340,8 +340,7 @@ public class FragmentAnswers extends FragmentBase {
|
||||
if (TextUtils.isEmpty(name))
|
||||
return;
|
||||
EntityAnswer.setCustomPlaceholder(context, name, value);
|
||||
if (TextUtils.isEmpty(value))
|
||||
invalidateOptionsMenu();
|
||||
invalidateOptionsMenu();
|
||||
}
|
||||
})
|
||||
.setNegativeButton(android.R.string.cancel, null)
|
||||
|
||||
Reference in New Issue
Block a user