Merge "Use requestType, not service type for interrogation check"

This commit is contained in:
Brad Ebinger
2019-05-09 22:09:06 +00:00
committed by Gerrit Code Review

View File

@@ -457,7 +457,7 @@ public final class ImsSsData implements Parcelable {
}
public boolean isTypeInterrogation() {
return (getServiceType() == SS_INTERROGATION);
return (getRequestType() == SS_INTERROGATION);
}
/**