소스 검색

Merge pull request #235 from ente-io/improve-web-view-transitions

Use black background to improve navigation transitions to web views
Neeraj Gupta 3 년 전
부모
커밋
cb4300c75d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/ui/web_page.dart

+ 1 - 1
lib/ui/web_page.dart

@@ -22,7 +22,7 @@ class _WebPageState extends State<WebPage> {
         title: Text(widget.title),
         actions: [_hasLoadedPage ? Container() : loadWidget],
       ),
-      backgroundColor: Colors.transparent,
+      backgroundColor: Colors.black,
       body: InAppWebView(
         initialUrlRequest: URLRequest(url: Uri.parse(widget.url)),
         initialOptions: InAppWebViewGroupOptions(