Stop closing now playing on ambiguous intent

This commit is contained in:
Andrew Rabert 2018-04-23 23:03:32 -04:00
parent 7bb5b0f91d
commit 81b562a2cb
1 changed files with 0 additions and 3 deletions

View File

@ -332,9 +332,6 @@ public class SubsonicFragmentActivity extends SubsonicActivity implements Downlo
openNowPlaying();
}
} else {
if (slideUpPanel.getPanelState() == SlidingUpPanelLayout.PanelState.EXPANDED) {
closeNowPlaying();
}
setIntent(intent);
}
if (drawer != null) {