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

Commit eb03e507 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5067452 from ebd5a8c9 to qt-release

Change-Id: I961069c4ed762300dce1f124554a316069c39bf3
parents a908f870 ebd5a8c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -709,13 +709,13 @@ public class StatusBarNotifier
      }
    } else if (call.getState() == DialerCallState.ONHOLD) {
      resId = R.string.notification_on_hold;
    } else if (DialerCallState.isDialing(call.getState())) {
      resId = R.string.notification_dialing;
    } else if (call.isVideoCall()) {
      resId =
          call.getVideoTech().isPaused()
              ? R.string.notification_ongoing_paused_video_call
              : R.string.notification_ongoing_video_call;
    } else if (DialerCallState.isDialing(call.getState())) {
      resId = R.string.notification_dialing;
    } else if (call.getVideoTech().getSessionModificationState()
        == SessionModificationState.RECEIVED_UPGRADE_TO_VIDEO_REQUEST) {
      resId = R.string.notification_requesting_video_call;