Commit 5db0df78 by 王文龙

[fix]修复聊天页“发送”点击关闭面板

parent 7f1b5c8d
......@@ -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'
......
......@@ -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) {
......
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