Browse Source

修改部分问题

Pq 1 year ago
parent
commit
f74d15c8a2

+ 1 - 1
chatModule/src/main/java/com/cooleshow/chatmodule/ui/ChatGroupSettingActivity.java

@@ -395,7 +395,7 @@ public class ChatGroupSettingActivity extends BaseMVPActivity<TcActivityChatGrou
         if (!checkActivityExist()) {
             return;
         }
-        ToastUtil.getInstance().showShort("退出成功");
+        ToastUtil.getInstance().showShort("您已退出该群聊");
         if (UserHelper.isTenantAccount()) {
             JumpUtils.jumpJGMainAndSelectChild(1, 0);
         } else {

+ 1 - 1
teacher/src/main/res/layout/ac_unbind_tenant_layout.xml

@@ -111,7 +111,7 @@
                     android:background="@color/transparent"
                     android:id="@+id/et_content"
                     android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
+                    android:layout_height="83dp"
                     android:gravity="left"
                     android:hint="请填写解绑原因"
                     android:paddingLeft="12dp"