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

Commit 40436ea6 authored by Jayachandran C's avatar Jayachandran C Committed by Jayachandran Chinnakkannu
Browse files

Fix the bug where the order of arguments were incorrect

Bug: 148230359
Test: Verified on Verizon by setting CDMA only
Change-Id: I975bc3413f41d598046f54c4af97f14d21f5b1d5
parent 86c1458a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5714,7 +5714,7 @@ public class TelephonyManager {
    @NonNull
    public CdmaEriInformation getCdmaEriInformation() {
        return new CdmaEriInformation(
               getCdmaEriIconMode(getSubId()), getCdmaEriIconIndex(getSubId()));
               getCdmaEriIconIndex(getSubId()), getCdmaEriIconMode(getSubId()));
    }

    /**