mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 05:45:47 -04:00
QoL change for touch gliding
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user