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

Commit eabe08fb authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

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

am: 67d26fc1

Change-Id: I6eb8d5ee745eb8906aa125404aaf8d17f871c409
parents abe310da 67d26fc1
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();
    }

    /**