mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 01:27:02 -04:00
A tiny handle view pos fix
This commit is contained in:
@@ -238,7 +238,7 @@ public abstract class HandleView extends View implements ViewPositionListener, V
|
||||
public abstract void updatePosition(float x, float y);
|
||||
|
||||
protected void positionAtCursorOffset(int offset, boolean parentScrolled) {
|
||||
mPositionX = (int) (mView.getWidth() / 1.1);
|
||||
mPositionX = mView.getWidth();
|
||||
mPositionY = mView.getHeight();
|
||||
|
||||
mPositionHasChanged = true;
|
||||
|
||||
Reference in New Issue
Block a user