This commit is contained in:
parent
6fb0394f75
commit
422734405f
1 changed files with 3 additions and 0 deletions
|
@ -285,6 +285,9 @@ public class AmenityMenuBuilder extends MenuBuilder {
|
|||
}
|
||||
if (!isDescription && icon == null) {
|
||||
icon = getRowIcon(view.getContext(), pType.getIconKeyName());
|
||||
if (isText && icon != null) {
|
||||
textPrefix = "";
|
||||
}
|
||||
}
|
||||
if (icon == null && isText) {
|
||||
iconId = R.drawable.ic_action_note_dark;
|
||||
|
|
Loading…
Reference in a new issue