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

Commit 4d73951a authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am c286ae17: Merge "GlobalAction dialog ref not set to null"

* commit 'c286ae17':
  GlobalAction dialog ref not set to null
parents 442a8753 c286ae17
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -879,6 +879,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
            case MESSAGE_DISMISS:
                if (mDialog != null) {
                    mDialog.dismiss();
                    mDialog = null;
                }
                break;
            case MESSAGE_REFRESH: