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

Commit 02c6fcfc authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

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

am: 588c2c0e

Change-Id: Ib0cf44f58f02125ee0e4dc52e4073cd87d55ce52
parents a73fabd0 588c2c0e
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);
    }

    /**