Skip to content

Commit

Permalink
mkulesh#121 Show track menu in a modal dialog: implemented in v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulesh committed Jan 18, 2020
1 parent 3b72196 commit c06d44b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/com/mkulesh/onpc/iscp/State.java
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,8 @@ else if (isMenuMode())
{
for (XmlListItemMsg i : mediaItems)
{
if (i.getTitle().toUpperCase().equals(msg.getListedData().toUpperCase()))
if (i.getTitle().toUpperCase().equals(msg.getListedData().toUpperCase())
&& i.getMessageId() == msg.getLineInfo())
{
return false;
}
Expand Down

0 comments on commit c06d44b

Please sign in to comment.