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

Commit 54f0f937 authored by Brad Ebinger's avatar Brad Ebinger Committed by Android (Google) Code Review
Browse files

Merge "Allow for Reconnect from Connection Manager" into nyc-mr1-dev

parents 6df997ac a6d8e8b7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -287,7 +287,6 @@ public class CreateConnectionProcessor implements CreateConnectionResponse {
                    mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall),
                    mAttemptRecords.get(0).targetPhoneAccount);
            Log.v(this, "setConnectionManager, changing %s -> %s", mAttemptRecords.get(0), record);
            mAttemptRecords.clear();
            mAttemptRecords.add(0, record);
        } else {
            Log.v(this, "setConnectionManager, not changing");