Skip to content

Fix notification next/previous, implement seek to start on previous when progress > 3 seconds#2571

Open
janwiebe-jump wants to merge 1 commit intodoublesymmetry:mainfrom
janwiebe-jump:fixes
Open

Fix notification next/previous, implement seek to start on previous when progress > 3 seconds#2571
janwiebe-jump wants to merge 1 commit intodoublesymmetry:mainfrom
janwiebe-jump:fixes

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.

🙌

@bitcrumb bitcrumb mentioned this pull request Feb 26, 2026
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