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

Commit 8ae4c67a authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607"

parents e118d6fb 08a4ac39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ public class Dialog implements DialogInterface, Window.Callback,
    }

    private void dismissDialog() {
        if (mDecor == null || !mShowing || mDecor.getWindowToken() == null) {
        if (mDecor == null || !mShowing) {
            return;
        }