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

Commit 00471906 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "Use requestType, not service type for interrogation check" into qt-dev am: 588c2c0e am: 02c6fcfc"
parents 8a1ba5a4 cd02c0a6
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);
    }

    /**