fix [修复-个人主页-动态无法删除问题]

This commit is contained in:
hch
2024-03-28 15:49:11 +08:00
parent 1d9930ed26
commit b975e5864f
3 changed files with 4 additions and 2 deletions

View File

@@ -178,7 +178,6 @@ public class UserHomeActivity extends AbsActivity {
}
initView();
getUseData();
getCommunityList();
}
private void getCommunityList() {
@@ -447,6 +446,7 @@ public class UserHomeActivity extends AbsActivity {
}
});
mBanner.start();
getCommunityList();
}
private void initView() {