Skip to content

Commit 41cca9f

Browse files
committed
open native webView widget
1 parent 983edaa commit 41cca9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/config/Config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Config {
22
static const PAGE_SIZE = 20;
33
static const DEBUG = true;
4-
static const USE_NATIVE_WEBVIEW = false;
4+
static const USE_NATIVE_WEBVIEW = true;
55

66

77
/// //////////////////////////////////////常量////////////////////////////////////// ///

0 commit comments

Comments
 (0)