Commit a712baa8 authored by skeyboy's avatar skeyboy

冷启动页增加icon/bug修复

parent 5347674b
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
<item android:drawable="?android:colorBackground" /> <item android:drawable="?android:colorBackground" />
<!-- You can insert your own image assets here --> <!-- You can insert your own image assets here -->
<!-- <item> <item>
<bitmap <bitmap
android:gravity="center" android:gravity="center"
android:src="@mipmap/launch_image" /> android:src="@mipmap/ic_launcher" />
</item> --> </item>
</layer-list> </layer-list>
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
<item android:drawable="@android:color/white" /> <item android:drawable="@android:color/white" />
<!-- You can insert your own image assets here --> <!-- You can insert your own image assets here -->
<!-- <item> <item>
<bitmap <bitmap
android:gravity="center" android:gravity="center"
android:src="@mipmap/launch_image" /> android:src="@mipmap/ic_launcher" />
</item> --> </item>
</layer-list> </layer-list>
...@@ -84,7 +84,7 @@ class _DefaultMessageTextState extends State<DefaultMessageText> { ...@@ -84,7 +84,7 @@ class _DefaultMessageTextState extends State<DefaultMessageText> {
); );
return widget.messageOptions.shareMenuBuilder return widget.messageOptions.shareMenuBuilder
?.call(widget.message, controller, chatMessageBody, true) ?? ?.call(widget.message, controller, chatMessageBody, true) ??
Container(); chatMessageBody;
} }
List<Widget> getMessage( List<Widget> getMessage(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment