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

Commit 25b4f72d authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

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

am: be49b65d

Change-Id: Ia6b9c471d9d53c1d59b96e352b100f7238656df1
parents 2ecf5ccc be49b65d
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);
    }

    /**