mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 16:15:52 +03:00
[GH-ISSUE #57] Update the documentation for "Configure Stem Long Press" #24
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlexGuo1998 on GitHub (Feb 8, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/57
The documentation for Configure Stem Long Press may be simplified. The value sent should be regarded as the final state, not enable / disable commands.
Simplified version:
Also, yeah, this shouldn't be hard-coded:
github.com/kavishdevar/aln/blob/9ab6a20de2fefdc309d6b98c3da4d7998890f5cc/android/app/src/main/java/me/kavishdevar/aln@9ab6a20de2/android/app/src/main/java/me/kavishdevar/aln/utils/Packets.kt (L244-L287)@kavishdevar commented on GitHub (Feb 9, 2025):
Thanks! I don't know why I thought these weren't based on the final state.
Implementing this right now.