This commit is contained in:
AriaLyy
2017-02-22 20:45:33 +08:00
parent 2b21d98e77
commit 0715ffeb9b

View File

@ -218,7 +218,10 @@ import java.util.Set;
}
handlePopupWindowLift((PopupWindow) obj);
}
} else {
}
if (obj instanceof Activity || obj instanceof Service) {
key = clsName;
} else if (obj instanceof Application) {
key = clsName;
}
if (TextUtils.isEmpty(key)) {