Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef06953f authored by JivakDhadse's avatar JivakDhadse Committed by Gerrit - the friendly Code Review server
Browse files

Avrcp: Move cursor to proper item during browse operation on playlist.

- Move cursor to proper item during browse operation on playlist

Change-Id: I52161b58e5aa1a41e8cffd95df4c336a6120d1c8
parent da174748
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3630,6 +3630,9 @@ public final class Avrcp {
                            reqItems = count;
                        }
                        cursor.moveToFirst();
                        for (int i = 0; i < start; i++) {
                            cursor.moveToNext();
                        }
                        int index = 0;
                        for (index = 0; index < reqItems; index++) {
                            itemType[index] = TYPE_FOLDER_ITEM;