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

Commit fdaf523f authored by Adam Powell's avatar Adam Powell
Browse files

Revert "Let sendShowMessage called from hide to show"

This reverts commit 690b3690.

Original patch created an inconsistency in show/dismiss
dialog callbacks.

Bug: 80268176
parent 64896541
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;
        }