We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983edaa commit 41cca9fCopy full SHA for 41cca9f
lib/common/config/Config.dart
@@ -1,7 +1,7 @@
1
class Config {
2
static const PAGE_SIZE = 20;
3
static const DEBUG = true;
4
- static const USE_NATIVE_WEBVIEW = false;
+ static const USE_NATIVE_WEBVIEW = true;
5
6
7
/// //////////////////////////////////////常量////////////////////////////////////// ///
0 commit comments