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

Commit 7591b326 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "IMS: Handle connection event to enable merge button"

parents 7511c84d 04f69c40
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -368,6 +368,12 @@ public class Call {
                    List<android.telecom.Call> conferenceableCalls) {
                update();
            }

            @Override
            public void onConnectionEvent(android.telecom.Call call, String event, Bundle extras) {
                Log.d(this, "TelecomCallCallback onConnectionEvent call=" + call);
                update();
            }
    };

    boolean mIsActiveSub = false;