mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -04:00
[Custom controls] try to fix broken stuff
This commit is contained in:
parent
84e178194f
commit
74d5df6a3c
@ -199,6 +199,8 @@ public class ActionPopupWindow extends PinnedPopupWindow implements OnClickListe
|
||||
properties.name = editName.getText().toString();
|
||||
properties.hidden = checkHidden.isChecked();
|
||||
properties.isDynamicBtn = checkDynamicPos.isChecked();
|
||||
properties.dynamicX = editDynamicX.getText().toString();
|
||||
properties.dynamicY = editDynamicY.getText().toString();
|
||||
|
||||
if (properties.dynamicX.isEmpty()) {
|
||||
properties.dynamicX = Float.toString(properties.x);
|
||||
|
Loading…
x
Reference in New Issue
Block a user