Browse Source

修改群设置页面样式

Pq 1 year ago
parent
commit
a45fab8ab2

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

@@ -29,7 +29,7 @@ import io.reactivex.rxjava3.schedulers.Schedulers;
  * 为了实现checkInGroup这个逻辑,所以继承TUIGroupChatActivity
  */
 public class TUIChatGroupActivityV2 extends TUIGroupChatActivity {
-    public static int GROUP_INFO_ERROR = 5434;//群组相关信息异常
+    public static int GROUP_INFO_ERROR = 204;//群组相关信息异常
     private String groupId;
     private CommonDialog mTipdialog;
     private String conversationId;

+ 1 - 1
chatModule/src/main/res/layout/tc_activity_chat_group_setting.xml

@@ -103,7 +103,7 @@
             </LinearLayout>
 
             <androidx.recyclerview.widget.RecyclerView
-                android:visibility="gone"
+                android:visibility="visible"
                 android:id="@+id/recyclerView"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"