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

Commit 007ea41e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Should return the number of supported SIM cards" into pie-gsi

parents 9dd6055f 30d420e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5146,7 +5146,7 @@ public class TelephonyManager {
        // FIXME Need to get it from Telephony Dev Controller when that gets implemented!
        // and then this method shouldn't be used at all!
        if(isMultiSimEnabled()) {
            return 2;
            return getPhoneCount();
        } else {
            return 1;
        }