Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IMSDK_Demo
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王文龙
IMSDK_Demo
Commits
5db0df78
Commit
5db0df78
authored
Dec 29, 2020
by
王文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]修复聊天页“发送”点击关闭面板
parent
7f1b5c8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
build.gradle
app/build.gradle
+1
-1
ChatActivity.java
app/src/main/java/com/offcn/imclient/ui/ChatActivity.java
+5
-0
No files found.
app/build.gradle
View file @
5db0df78
...
...
@@ -94,7 +94,7 @@ dependencies {
implementation
'com.android.support:multidex:1.0.3'
implementation
(
"com.offcn.live:titleview:1.1.0-s1"
)
implementation
(
"com.offcn.live:imsdk-kit:1.0.0.
39
"
)
implementation
(
"com.offcn.live:imsdk-kit:1.0.0.
40
"
)
// DB
implementation
'org.greenrobot:greendao:3.2.2'
...
...
app/src/main/java/com/offcn/imclient/ui/ChatActivity.java
View file @
5db0df78
...
...
@@ -30,6 +30,11 @@ public class ChatActivity extends BaseActivity {
}
@Override
protected
boolean
isAutoHideSoftEnable
()
{
return
false
;
}
@Override
protected
void
initViewsAndEvents
()
{
Uri
intentUri
=
getIntent
().
getData
();
if
(
intentUri
==
null
)
{
...
...
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