Make ShowQueueActivity a singleTask
No need to keep it a seperated instance: it can become an element of the library->fullplayback stack
This commit is contained in:
parent
687c099ba8
commit
617eb9e23b
@ -51,14 +51,15 @@ THE SOFTWARE.
|
||||
<activity
|
||||
android:name="PlaylistActivity"
|
||||
android:launchMode="singleTask" />
|
||||
<activity
|
||||
android:name="ShowQueueActivity"
|
||||
android:launchMode="singleTask"
|
||||
/>
|
||||
<activity
|
||||
android:name="MiniPlaybackActivity"
|
||||
android:theme="@style/Dialog"
|
||||
android:excludeFromRecents="true"
|
||||
android:launchMode="singleInstance" />
|
||||
<activity
|
||||
android:name="ShowQueueActivity"
|
||||
android:launchMode="singleInstance" />
|
||||
<receiver
|
||||
android:name=".OneCellWidget"
|
||||
android:label="Vanilla Music 1x1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user