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

Commit 64e72304 authored by Josh Hou's avatar Josh Hou Committed by Gerrit Code Review
Browse files

Merge "Get the correct MDN from ImsPhone"

parents 5be052d6 112f2802
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1583,6 +1583,11 @@ public class ImsPhone extends ImsPhoneBase {
        return cfInfo;
    }

    @Override
    public String getLine1Number() {
        return mDefaultPhone.getLine1Number();
    }

    /**
     * Used to Convert ImsCallForwardInfo[] to CallForwardInfo[].
     * Update received call forward status to default IccRecords.
+0 −5
Original line number Diff line number Diff line
@@ -336,11 +336,6 @@ abstract class ImsPhoneBase extends Phone {
        return null;
    }

    @Override
    public String getLine1Number() {
        return null;
    }

    @Override
    public String getLine1AlphaTag() {
        return null;