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

Commit f0f7813e authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Fix ImsMmTelManager API in accordance with the council

Bug: 121190195
Test: atest FrameworksTelephonyTests
Merged-In: I198b104ca0c0f9b77a8fc64486e1fed5d4dcac4d
Change-Id: I198b104ca0c0f9b77a8fc64486e1fed5d4dcac4d
parent 6dec24eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ public class ImsConnectionStateListener extends ImsMmTelManager.RegistrationCall
    }

    @Override
    public final void onDeregistered(ImsReasonInfo info) {
    public final void onUnregistered(ImsReasonInfo info) {
        onImsDisconnected(info);
    }