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

Commit 1f485745 authored by erfanian's avatar erfanian Committed by Copybara-Service
Browse files

Take in to account video upgrade requests in some circumstances.

Test: manual
PiperOrigin-RevId: 201390999
Change-Id: Ifa4b124d0d94d97f2aa1d3675130c7eef1f289c1
parent 0509a47f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1730,7 +1730,8 @@ public class DialerCall implements VideoTechListener, StateChangedListener, Capa
        && !isActiveRttCall()
        && !isConferenceCall()
        && !isVideoCall()
        && !isVoiceMailNumber();
        && !isVoiceMailNumber()
        && !hasReceivedVideoUpgradeRequest();
  }

  /** Indicates the user has selected SpeakEasy */