summaryrefslogtreecommitdiff
path: root/services/input/InputWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'services/input/InputWindow.cpp')
-rw-r--r--services/input/InputWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/input/InputWindow.cpp b/services/input/InputWindow.cpp
index fe61918e1d86..18cd8eb7490d 100644
--- a/services/input/InputWindow.cpp
+++ b/services/input/InputWindow.cpp
@@ -36,6 +36,7 @@ bool InputWindowInfo::frameContainsPoint(int32_t x, int32_t y) const {
bool InputWindowInfo::isTrustedOverlay() const {
return layoutParamsType == TYPE_INPUT_METHOD
|| layoutParamsType == TYPE_INPUT_METHOD_DIALOG
+ || layoutParamsType == TYPE_MAGNIFICATION_OVERLAY
|| layoutParamsType == TYPE_SECURE_SYSTEM_OVERLAY;
}