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

Commit 0a2c4f34 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix navigation input consumer not working when first window is invisible"

parents c0b28813 941770b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -520,7 +520,8 @@ final class InputMonitor {
            }

            if (mAddNavInputConsumerHandle) {
                mNavInputConsumer.show(mInputTransaction, w);
                // We set the layer to z=MAX-1 so that it's always on top.
                mNavInputConsumer.show(mInputTransaction, Integer.MAX_VALUE - 1);
                mAddNavInputConsumerHandle = false;
            }