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 5fc5d31 commit 1f741f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/mkulesh/onpc/MonitorFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ else if (isVolumeLevel(b))
{
final boolean isTrackMenu = state.trackMenu == MenuStatusMsg.TrackMenu.ENABLE &&
state.playStatus != PlayStatusMsg.PlayStatus.STOP;
btnTrackMenu.setVisibility(isTrackMenu ? View.VISIBLE : View.GONE);
btnTrackMenu.setVisibility(View.VISIBLE);
setButtonEnabled(btnTrackMenu, isTrackMenu);
}
if (state.isTrackMenuReceived())
Expand Down

0 comments on commit 1f741f3

Please sign in to comment.