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

Commit bff1dfe8 authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Clear UCE server state when RCS ImsService disconnects am: 5c23cba0

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/net/ims/+/1646446

Change-Id: I5076554752ff484bf2129b0a02651d8e8bce6600
parents ba658c94 5c23cba0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -274,6 +274,8 @@ public class UceController {
            mRcsFeatureManager.removeCapabilityEventCallback(mCapabilityEventListener);
            mRcsFeatureManager = null;
        }
        // Reset Service specific state
        mServerState.updateRequestForbidden(false, null, 0L);
        // Notify each controllers that RCS is disconnected.
        mEabController.onRcsDisconnected();
        mPublishController.onRcsDisconnected();