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

Commit f96fed1d authored by Jayachandran Chinnakkannu's avatar Jayachandran Chinnakkannu Committed by Android (Google) Code Review
Browse files

Merge "Fix the bug where the order of arguments were incorrect"

parents 4f3fb47c 40436ea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5695,7 +5695,7 @@ public class TelephonyManager {
    @NonNull
    public CdmaEriInformation getCdmaEriInformation() {
        return new CdmaEriInformation(
               getCdmaEriIconMode(getSubId()), getCdmaEriIconIndex(getSubId()));
               getCdmaEriIconIndex(getSubId()), getCdmaEriIconMode(getSubId()));
    }

    /**