Skip to content

Commit

Permalink
[focus] Close full screen when browser fragment is paused
Browse files Browse the repository at this point in the history
UltraBlame original commit: 4ad4dec114417b156a3464c5208de557361fee90
  • Loading branch information
marco-c committed Jun 5, 2024
1 parent 31a34f9 commit 23566b7
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,34 @@
downloadBroadcastReceiver
)
;
if
(
isFullscreen
)
{
IWebView
webView
=
getWebView
(
)
;
if
(
webView
!
=
null
)
{
webView
.
exitFullscreen
(
)
;
}
}
final
BrowserMenu
menu
Expand Down

0 comments on commit 23566b7

Please sign in to comment.