mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 19:30:31 +00:00
More android fixes
This commit is contained in:
@@ -56,7 +56,6 @@ public class StoreIconComp extends SimpleComp {
|
||||
stack.hoverProperty()));
|
||||
|
||||
stack.addEventFilter(MouseEvent.MOUSE_PRESSED, event -> {
|
||||
System.out.println(event);
|
||||
if (event.getButton() == MouseButton.PRIMARY) {
|
||||
if (wrapper.getValidity().getValue() == DataStoreEntry.Validity.LOAD_FAILED) {
|
||||
return;
|
||||
|
||||
@@ -38,6 +38,7 @@ public class MenuHelper {
|
||||
field.setAccessible(true);
|
||||
var popup = (PopupControl) field.get(skin);
|
||||
popup.setAutoHide(!AppPrefs.get().limitedTouchscreenMode().get());
|
||||
popup.setConsumeAutoHidingEvents(true);
|
||||
return mb;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user