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

Commit ba296a24 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Fix ImsMmTelManager API in accordance with the council

am: f0f7813e

Change-Id: I88dff81ed667207bb16fa8fd49e29d8756ddc4b8
parents 18c727b4 f0f7813e
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);
    }