Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa3fc22d authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Use requestType, not service type for interrogation check

Test: atest GtsTelephonyTestCases
Bug: 127258685
Change-Id: I9502c8efe20fc7ce2d2f9e03f3e1b09c28c45de0
parent 168f5980
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -457,7 +457,7 @@ public final class ImsSsData implements Parcelable {
    }

    public boolean isTypeInterrogation() {
        return (getServiceType() == SS_INTERROGATION);
        return (getRequestType() == SS_INTERROGATION);
    }

    /**