fix: restore color picker and top bar clicks

This commit is contained in:
7015725
2026-05-22 03:15:34 +08:00
parent 7af30639d1
commit 451cfb6502
4 changed files with 9 additions and 7 deletions

View File

@@ -4921,7 +4921,7 @@ FloatBallAppWM.prototype.showPopupOverlay = function(opts) {
} catch(eBackReg) { safeLog(self.L, 'w', "popup back callback register fail: " + String(eBackReg)); }
}
root.setOnKeyListener(new android.view.View.OnKeyListener({
root.setOnKeyListener(new JavaAdapter(android.view.View.OnKeyListener, {
onKey: function(v, keyCode, event) {
try {
if (!event) return false;