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

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

Merge "Do not consider service state for video enablement."

parents da0d1928 c704f5f3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3293,8 +3293,7 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
     */
    public boolean isVideoEnabled() {
        Phone imsPhone = mImsPhone;
        if ((imsPhone != null)
                && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE)) {
        if (imsPhone != null) {
            return imsPhone.isVideoEnabled();
        }
        return false;