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

Commit cd02c0a6 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

am: 02c6fcfc

Change-Id: I7f3de2c0c5264427ab7f9d655e187b7a642b1dd0
parents fb183bfb 02c6fcfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -457,7 +457,7 @@ public final class ImsSsData implements Parcelable {
    }
    }


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


    /**
    /**