update button, add boombox demo
All checks were successful
/ Auto-Build-App (push) Successful in 1m21s
All checks were successful
/ Auto-Build-App (push) Successful in 1m21s
This commit is contained in:
parent
13c890d9a1
commit
88edd41b66
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ public class CustomScreen extends BaseItemScreen {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
button_events.put("close_ui",(button,screen,data)->{
|
button_events.put("close_ui",(button,screen,data)->{
|
||||||
String trigger_id = data.getString("trigger_id","");
|
|
||||||
button.addListener(event -> {
|
button.addListener(event -> {
|
||||||
if (!button.isPressed())
|
if (!button.isPressed())
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue