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

Commit f91fdddd authored by tiansiming [田思明]'s avatar tiansiming [田思明] Committed by android-build-merger
Browse files

Merge "Let sendShowMessage called from hide to show"

am: e7d04d72

Change-Id: If406d79d0489a9c61322c0937fce2c9a9a5c4dc1
parents 3cd878df e7d04d72
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -291,7 +291,10 @@ 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;
        }