diff --git a/mail/js/app.js b/mail/js/app.js index 1800aba6b3..6de75efcf0 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -1204,7 +1204,7 @@ app.classes.mail = AppJS.extend( } // Not applied to mobile preview - if (!egwIsMobile()) + if (!egwIsMobile() && this.getPreviewPaneState()) { // Blank first, so we don't show previous email while loading var IframeHandle = this.et2.getWidgetById('messageIFRAME');