Fixed queue reset when a song is clicked in Playing queue fragment

This commit is contained in:
Prathamesh More 2022-06-18 11:32:33 +05:30
parent 2f818ce65f
commit 7a82883f57
5 changed files with 11 additions and 17 deletions

View file

@ -56,14 +56,6 @@
android:title="@string/pref_title_toggle_toggle_headset"
app:icon="@drawable/ic_play_arrow" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="toggle_shuffle"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_toggle_shuffle"
android:title="@string/pref_title_toggle_toggle_shuffle"
app:icon="@drawable/ic_shuffle" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="bluetooth_playback"