Skip to content

Commit 24b5747

Browse files
authored
Bugfix
Fixed bug where the menu of the lights etc. would show again after the timeout.
1 parent 5967123 commit 24b5747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎Programs/Deutsch/Screen.lua‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ function Touch(usecase)
220220
_, _, X, Y, _, _ = event.pull(Timeout, "touch")
221221
if not X and not Y then
222222
Timeout2 = true
223+
Func = nil
223224
return
224225
else
225226
Timeout2 = false

0 commit comments

Comments
 (0)