mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 08:55:41 -04:00
QoL change for touch gliding
This commit is contained in:
parent
1e1d864e0a
commit
3d08dd0250
@ -465,6 +465,7 @@ public class TouchscreenControllerView extends FrameLayout {
|
||||
if (!mGlidePairs.containsKey(pointerID) && !mGlidePairs.containsValue(buttonView)) {
|
||||
if (buttonView.getIsGlidable())
|
||||
mGlidePairs.put(pointerID, buttonView);
|
||||
else { mGlidePairs.put(pointerID, null); }
|
||||
}
|
||||
pressed = true;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user