Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
ChatGPT
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
关振斌
ChatGPT
Commits
a712baa8
Commit
a712baa8
authored
Apr 17, 2023
by
skeyboy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
冷启动页增加icon/bug修复
parent
5347674b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
android/app/src/main/res/drawable-v21/launch_background.xml
android/app/src/main/res/drawable-v21/launch_background.xml
+3
-3
android/app/src/main/res/drawable/launch_background.xml
android/app/src/main/res/drawable/launch_background.xml
+3
-3
lib/package/chat_dash/src/widgets/message_row/default_message_text.dart
...at_dash/src/widgets/message_row/default_message_text.dart
+1
-1
No files found.
android/app/src/main/res/drawable-v21/launch_background.xml
View file @
a712baa8
...
...
@@ -4,9 +4,9 @@
<item
android:drawable=
"?android:colorBackground"
/>
<!-- You can insert your own image assets here -->
<!--
<item>
<item>
<bitmap
android:gravity=
"center"
android:src="@mipmap/
launch_image
" />
</item>
-->
android:src=
"@mipmap/
ic_launcher
"
/>
</item>
</layer-list>
android/app/src/main/res/drawable/launch_background.xml
View file @
a712baa8
...
...
@@ -4,9 +4,9 @@
<item
android:drawable=
"@android:color/white"
/>
<!-- You can insert your own image assets here -->
<
!-- <
item>
<item>
<bitmap
android:gravity=
"center"
android:src="@mipmap/
launch_image
" />
</item>
-->
android:src=
"@mipmap/
ic_launcher
"
/>
</item>
</layer-list>
lib/package/chat_dash/src/widgets/message_row/default_message_text.dart
View file @
a712baa8
...
...
@@ -84,7 +84,7 @@ class _DefaultMessageTextState extends State<DefaultMessageText> {
);
return
widget
.
messageOptions
.
shareMenuBuilder
?.
call
(
widget
.
message
,
controller
,
chatMessageBody
,
true
)
??
Container
()
;
chatMessageBody
;
}
List
<
Widget
>
getMessage
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment