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

Commit f8677d0b authored by Adam Powell's avatar Adam Powell Committed by android-build-merger
Browse files

Merge "Revert "Let sendShowMessage called from hide to show"" into pi-dev

am: eaf3590e

Change-Id: I569a2caf105c4b6cf60b81026567ef4af7ca31c9
parents 1d580b82 eaf3590e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -291,10 +291,7 @@ public class Dialog implements DialogInterface, Window.Callback,
                if (mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
                    mWindow.invalidatePanelMenu(Window.FEATURE_ACTION_BAR);
                }
                if (mDecor.getVisibility() != View.VISIBLE) {
                mDecor.setVisibility(View.VISIBLE);
                    sendShowMessage();
                }
            }
            return;
        }