修复关注数量刷新问题

This commit is contained in:
hch 2023-10-28 09:44:45 +08:00
parent 4a09f629f3
commit eddf3a8fe2
2 changed files with 5 additions and 3 deletions

View File

@ -210,7 +210,7 @@ public class MyFragment extends BaseFragment implements OnItemClickListener<User
}
});
//loadData();
initPeopleNum();
//initPeopleNum();
}
@Override
@ -223,6 +223,7 @@ public class MyFragment extends BaseFragment implements OnItemClickListener<User
public void onResume() {
super.onResume();
loadData();
initPeopleNum();
mPaused = false;
}

View File

@ -16,11 +16,12 @@ org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configureondemand=true
android.useAndroidX=true
android.enableJetifier=true
systemProp.http.proxyHost=127.0.0.1
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=10809
systemProp.http.proxyPort=10809
systemProp.https.proxyPort=49957
systemProp.http.proxyPort=49957
#android.enableR8.fullMode=true