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

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

Merge "Merge "Revert "Let sendShowMessage called from hide to show"" into...

Merge "Merge "Revert "Let sendShowMessage called from hide to show"" into pi-dev am: eaf3590e" into pi-dev-plus-aosp
am: 6947fbbd

Change-Id: I791021aa5de1c3bf1e256c0d26c442e21c13c5ed
parents 152a7e7f 6947fbbd
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;
        }