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

Commit 1672549d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixing crash when window is not attached" into ub-launcher3-master

parents 51fc778e 1e9da8b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@ public class TouchInteractionService extends Service {

        @Override
        public void accept(MotionEvent ev) {
            if (!mTarget.getWindowId().isFocused()) {
            if (!mTarget.hasWindowFocus()) {
                return;
            }
            int action = ev.getActionMasked();