Merge "GlobalAction dialog ref not set to null"

This commit is contained in:
Amith Yamasani
2013-09-12 16:24:19 +00:00
committed by Gerrit Code Review

View File

@@ -879,6 +879,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
case MESSAGE_DISMISS:
if (mDialog != null) {
mDialog.dismiss();
mDialog = null;
}
break;
case MESSAGE_REFRESH: