Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d2653fe authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

Remove the concept of TOUCH_MODAL from input

Bug: 216806304
Test: atest inputflinger_tests
Change-Id: I9593865213216b420ab9b5c5b853298f01dabcc6
parent 2b5059fd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -184,11 +184,6 @@ bool NativeInputWindowHandle::updateInfo() {
                mInfo.inputConfig |= InputConfig::NOT_TOUCHABLE;
            }
            FALLTHROUGH_INTENDED;
        case InputConfig::TOUCH_MODAL:
            if (!flags.test(WindowInfo::Flag::NOT_TOUCH_MODAL)) {
                mInfo.inputConfig |= InputConfig::TOUCH_MODAL;
            }
            FALLTHROUGH_INTENDED;
        case InputConfig::PREVENT_SPLITTING:
            if (!flags.test(WindowInfo::Flag::SPLIT_TOUCH)) {
                mInfo.inputConfig |= InputConfig::PREVENT_SPLITTING;