Loading core/java/android/app/Dialog.java +1 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,7 @@ public class Dialog implements DialogInterface, Window.Callback, * @return Whether the dialog is currently showing. */ public boolean isShowing() { return mShowing; return mDecor == null ? false : mDecor.getVisibility() == View.VISIBLE; } /** Loading Loading
core/java/android/app/Dialog.java +1 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,7 @@ public class Dialog implements DialogInterface, Window.Callback, * @return Whether the dialog is currently showing. */ public boolean isShowing() { return mShowing; return mDecor == null ? false : mDecor.getVisibility() == View.VISIBLE; } /** Loading