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

Commit 67d26fc1 authored by Jordan Liu's avatar Jordan Liu Committed by Gerrit Code Review
Browse files

Merge "IMS: Use proper phone to route emergency calls"

parents 25535490 0e71246c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -947,7 +947,7 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
            return false;
        }

        return mImsManager.isServiceAvailable();
        return mImsManager.isServiceReady();
    }

    /**