Merge "Use requestType, not service type for interrogation check" into qt-dev

This commit is contained in:
Brad Ebinger
2019-05-09 18:14:04 +00:00
committed by Android (Google) 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);
}
/**