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

Commit fbc87c0a authored by Devci Telephony's avatar Devci Telephony Committed by Gerrit - the friendly Code Review server
Browse files

Merge "IMS-VT: Do not toggle full screen mode when not in video call." into atel.lnx.2.0-dev

parents 4ef8c10a 78a7fbdc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -403,6 +403,10 @@ public class VideoCallPresenter extends Presenter<VideoCallPresenter.VideoCallUi
     * @param surfaceId The video surface receiving the click.
     */
    public void onSurfaceClick(int surfaceId) {
        if (!mIsVideoMode) {
            Log.d(this, "onSurfaceClick: Not in video mode ignoring.");
            return;
        }
        switch (surfaceId) {
            case VideoCallFragment.SURFACE_DISPLAY:
                boolean isFullscreen = InCallPresenter.getInstance().toggleFullscreenMode();