Browse Source

Merge branch 'developer_master' of https://gitlab.com/Arisono/SkWeiChat-Baidu into developer_master

gongpm 9 năm trước cách đây
mục cha
commit
31aa65b4d9

+ 1 - 0
WeiChat/src/main/java/com/xzjmyk/pm/activity/ui/message/RoomInfoActivity.java

@@ -253,6 +253,7 @@ public class RoomInfoActivity extends BaseActivity {
             @Override
             public void onResponse(ObjectResult<MucRoom> result) {
                 boolean success = Result.defaultParser(mContext, result, true);
+                Log.i("Arison","RoomInfoActivity:onResponse:258:"+ JSON.toJSONString(result.getData()));
                 if (success && result.getData() != null) {
                     mDataLoadView.showSuccess();
                     updateUI(result.getData());