From bb4f5e5f6c36d41856c4b8aca74c2f8821fae0cb Mon Sep 17 00:00:00 2001 From: kangxuyao Date: Sun, 23 Apr 2023 16:32:53 +0800 Subject: [PATCH] merge conflict --- lib/mop.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/mop.dart b/lib/mop.dart index 80a00a3..74d6562 100644 --- a/lib/mop.dart +++ b/lib/mop.dart @@ -368,9 +368,6 @@ class UIConfig { /// Loading页回调Class String? loadingLayoutCls; - /// 是否使用我们内部实现的live组件(直播组件) - bool useNativeLiveComponent = false; - Map toMap() { return { "navigationTitleTextAttributes": navigationTitleTextAttributes,