From 1e09c9c4523afd867753009a2017a35d70aec098 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Mon, 23 Aug 2021 14:00:08 +0200 Subject: [PATCH] Use environment variable to handle the screenlock with button We was not using them for this action. --- scripts/core/sxmo_inputhandler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_inputhandler.sh b/scripts/core/sxmo_inputhandler.sh index 8869fec..78db426 100755 --- a/scripts/core/sxmo_inputhandler.sh +++ b/scripts/core/sxmo_inputhandler.sh @@ -196,7 +196,7 @@ case "$ACTION" in exit ;; "volup_three") - sxmo_screenlock.sh lock + lock_screen exit ;; "rightleftcorner")