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

Commit 09a4ee19 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Should return the number of supported SIM cards"

parents df6e5604 f0026eeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5978,7 +5978,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;
        }