1
0
mirror of https://github.com/nvllsvm/Audinaut synced 2025-01-09 22:23:34 +01:00

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

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) {