gateship-one / odyssey

Odyssey music player
GNU General Public License v3.0
235 stars 39 forks source link

No previous option in lock screen controls #54

Closed kalenpw closed 7 years ago

kalenpw commented 7 years ago

On the lock screen notification/controller there is not an option for previous.

I tried poking around in OdysseyNotificationManger.java to see if there were any obvious mistakes and also tried resizing the icons in case previous was getting cut out, but still can't see previous.

image

gnome17 commented 7 years ago

Hi, we wanted to achieve as much space as possible for the trackinformation. But you have the previous option if you expand the notification just like you can expand other notifications.

kalenpw commented 7 years ago

Ah I see, didn't even think of expanding the notification. I ended up changing it to notificationStyle.setShowActionsInCompactView(0, 1, 2); as I find myself wanting to go back often enough it is convenient to have there. Thanks for the explanation.