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

Commit b7e91bbb authored by SongFerngWang's avatar SongFerngWang
Browse files

Add CallManager registerPhone at GsmCdmaPhone

Fix: 173704265
Test: atest GsmCdmaPhoneTest (PASS)
Manual test: enable DSDS, then call *135#. (PASS)

Change-Id: Icaa76970f2ec390dc67583aca1af0a6266462940
parent db017fbe
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -314,6 +314,8 @@ public class GsmCdmaPhone extends Phone {
                EVENT_UICC_APPS_ENABLEMENT_SETTING_CHANGED, null, false);
                EVENT_UICC_APPS_ENABLEMENT_SETTING_CHANGED, null, false);


        loadTtyMode();
        loadTtyMode();

        CallManager.getInstance().registerPhone(this);
        logd("GsmCdmaPhone: constructor: sub = " + mPhoneId);
        logd("GsmCdmaPhone: constructor: sub = " + mPhoneId);
    }
    }