Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
starlight
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
starlight
Commits
58d99fce
Commit
58d99fce
authored
Apr 24, 2022
by
王雪伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :修复异常 [实现方案] :
parent
93d5d56a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ChatFragment.java
chat/src/main/java/com/ym/chat/fragment/ChatFragment.java
+1
-1
fragment_layout_chat.xml
chat/src/main/res/layout/fragment_layout_chat.xml
+1
-1
No files found.
chat/src/main/java/com/ym/chat/fragment/ChatFragment.java
View file @
58d99fce
...
@@ -110,7 +110,7 @@ public class ChatFragment extends BaseFragment implements ChatContract.View, V2T
...
@@ -110,7 +110,7 @@ public class ChatFragment extends BaseFragment implements ChatContract.View, V2T
JumpUtils
.
SystemMsgJump
();
JumpUtils
.
SystemMsgJump
();
});
});
mConversationLayout
=
view
.
findViewById
(
R
.
id
.
conversation_layout
);
mConversationLayout
=
view
.
findViewById
(
R
.
id
.
c
hat_c
onversation_layout
);
mConversationPresenter
=
new
ConversationPresenter
();
mConversationPresenter
=
new
ConversationPresenter
();
mConversationPresenter
.
setConversationListener
();
mConversationPresenter
.
setConversationListener
();
mConversationLayout
.
setPresenter
(
mConversationPresenter
);
mConversationLayout
.
setPresenter
(
mConversationPresenter
);
...
...
chat/src/main/res/layout/fragment_layout_chat.xml
View file @
58d99fce
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
</LinearLayout>
</LinearLayout>
<com.tencent.qcloud.tuikit.tuiconversation.ui.view.ConversationLayout
<com.tencent.qcloud.tuikit.tuiconversation.ui.view.ConversationLayout
android:id=
"@+id/conversation_layout"
android:id=
"@+id/c
hat_c
onversation_layout"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
android:layout_height=
"match_parent"
/>
</LinearLayout>
</LinearLayout>
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