Merge "Let sendShowMessage called from hide to show"
am: e7d04d728c
Change-Id: If406d79d0489a9c61322c0937fce2c9a9a5c4dc1
This commit is contained in:
@@ -291,7 +291,10 @@ public class Dialog implements DialogInterface, Window.Callback,
|
||||
if (mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
|
||||
mWindow.invalidatePanelMenu(Window.FEATURE_ACTION_BAR);
|
||||
}
|
||||
mDecor.setVisibility(View.VISIBLE);
|
||||
if (mDecor.getVisibility() != View.VISIBLE) {
|
||||
mDecor.setVisibility(View.VISIBLE);
|
||||
sendShowMessage();
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user