Stop closing now playing on ambiguous intent
This commit is contained in:
parent
7bb5b0f91d
commit
81b562a2cb
|
@ -332,9 +332,6 @@ public class SubsonicFragmentActivity extends SubsonicActivity implements Downlo
|
||||||
openNowPlaying();
|
openNowPlaying();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (slideUpPanel.getPanelState() == SlidingUpPanelLayout.PanelState.EXPANDED) {
|
|
||||||
closeNowPlaying();
|
|
||||||
}
|
|
||||||
setIntent(intent);
|
setIntent(intent);
|
||||||
}
|
}
|
||||||
if (drawer != null) {
|
if (drawer != null) {
|
||||||
|
|
Loading…
Reference in New Issue