mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 09:39:25 -04:00
A tiny handle view pos fix
This commit is contained in:
parent
84f1c4a560
commit
b3bb01b0aa
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user