mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 23:44:55 +03:00
Fix missing notification pause button when not persist
This commit is contained in:
parent
3648f64fa4
commit
17091f8f86
@ -160,6 +160,7 @@ public final class Notifications {
|
|||||||
} else {
|
} else {
|
||||||
// Necessary for switching back since it appears to re-use the same layout
|
// Necessary for switching back since it appears to re-use the same layout
|
||||||
rv.setImageViewResource(R.id.control_previous, R.drawable.notification_media_backward);
|
rv.setImageViewResource(R.id.control_previous, R.drawable.notification_media_backward);
|
||||||
|
rv.setImageViewResource(R.id.control_pause, R.drawable.notification_media_pause);
|
||||||
rv.setImageViewResource(R.id.control_next, R.drawable.notification_media_forward);
|
rv.setImageViewResource(R.id.control_next, R.drawable.notification_media_forward);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user