Skip to content

Conversation

@janwiebe-jump
Copy link

Fixes #2564

Fixes play/pause button in Android notification
Restores functionality to go seek to start of track when progress > 3 seconds. Just as in v4

@janwiebe-jump janwiebe-jump requested a review from dcvz as a code owner January 14, 2026 08:54
val brand = Build.BRAND
val isOnePlus = manufacturer.equals("OnePlus", ignoreCase = true) && brand.equals("OnePlus", ignoreCase = true);

if (Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU || isOnePlus && Build.VERSION.SDK_INT < Build.VERSION_CODES.VANILLA_ICE_CREAM) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Notification completely broken on MIUI 13 / Android 12 - buttons unresponsive and in wrong order

2 participants