Some tiny changes

This commit is contained in:
djmaze 2021-07-16 16:24:07 +02:00
parent 79945d45b4
commit 5213b804d9
5 changed files with 6 additions and 2 deletions

View file

@ -744,6 +744,7 @@ class ComposePopupView extends AbstractViewPopup {
this.initOnShow(type, oMessageOrArray, aToEmails, aCcEmails, aBccEmails, sCustomSubject, sCustomPlainText);
}
// (navigator.standalone || matchMedia('(display-mode: standalone)').matches || matchMedia('(display-mode: fullscreen)').matches) &&
ThemeStore.isMobile() && this.oContent.requestFullscreen && this.oContent.requestFullscreen();
}