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

Commit 973fba71 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: If235aaf384df0ff81902eabe258e0ad7bf72fa8d
parents 9d430e51 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;
        }