mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 21:14:53 +03:00
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
Block a user