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

Commit 64b76408 authored by Garik Badalyan's avatar Garik Badalyan Committed by Steve Kondik
Browse files

IMS-VT: Fix propagation of device orientation.

Orientation received at VT Service is incorrect.
Fixed propagation of device orientation to VT service.

Change-Id: I9fddd4b671fecd5dc4e415ea8f96cf78865c8458
parent 7e2249ea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -227,7 +227,8 @@ public abstract class Connection {
            }

            public void setDeviceOrientation(int rotation) {
                mMessageHandler.obtainMessage(MSG_SET_DEVICE_ORIENTATION, rotation).sendToTarget();
                mMessageHandler.obtainMessage(
                        MSG_SET_DEVICE_ORIENTATION, rotation, 0).sendToTarget();
            }

            public void setZoom(float value) {