Merge "Use requestType, not service type for interrogation check" into qt-dev
This commit is contained in:
@@ -457,7 +457,7 @@ public final class ImsSsData implements Parcelable {
|
||||
}
|
||||
|
||||
public boolean isTypeInterrogation() {
|
||||
return (getServiceType() == SS_INTERROGATION);
|
||||
return (getRequestType() == SS_INTERROGATION);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user