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

Commit e015f4a8 authored by Arne Coucheron's avatar Arne Coucheron
Browse files

Don't request button focus when pressing menu key

1. Press hardware menu key
2. Press hardware back key or home key
3. Observe transparent block

I consider this an annoying glitch, and this patch fixes it.

Change-Id: I2b0be3999cfbe6f35c485984efff564b1478cdbc
parent dcb95f23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1240,7 +1240,7 @@ public class Launcher extends Activity
                if (mState == State.WORKSPACE && !mWorkspace.isInOverviewMode() &&
                        !mWorkspace.isSwitchingState()) {
                    mOverviewPanel.requestFocus();
                    showOverviewMode(true, true /* requestButtonFocus */);
                    showOverviewMode(true, false /* requestButtonFocus */);
                }
            }
            return true;