messagesoverlay - Do not backup lock event handlers

master
Martin Boonk 2024-04-04 18:28:39 +02:00
parent f8174e5106
commit 3c6eae9580
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ let getTouchHandler = function(ovr){
};
};
const EVENTS=["touch", "drag", "swipe", "lock"];
const EVENTS=["touch", "drag", "swipe"];
let hasBackup = false;