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

Commit b9f7786f authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Initialize ImsManager.Connector with log message"

parents d89a9311 89df73ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ public class ImsSmsDispatcher extends SMSDispatcher {
                            mIsImsServiceUp = false;
                        }
                    }
                });
                }, "ImsSmsDispatcher");
        mImsManagerConnector.connect();
    }

+1 −1
Original line number Diff line number Diff line
@@ -566,7 +566,7 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
                    public void connectionUnavailable() {
                        stopListeningForCalls();
                    }
                }, executor);
                }, executor, "ImsPhoneCallTracker");
        mImsManagerConnector.connect();
    }