From 7192d2b5e1dee97fcb7b647cc45eb4c262a7ce07 Mon Sep 17 00:00:00 2001 From: orz12 Date: Mon, 26 Aug 2024 06:04:48 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=A2=9E=E5=8A=A0systemNavigationBarCon?= =?UTF-8?q?trastEnforced=3Dfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 956e55d95..056e7e975 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -90,6 +90,7 @@ void main() async { systemNavigationBarColor: Colors.transparent, systemNavigationBarDividerColor: Colors.transparent, statusBarColor: Colors.transparent, + systemNavigationBarContrastEnforced: false, )); Data.init(); PiliScheme.init();