Skip to content

Commit

Permalink
3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbxyyx committed Nov 21, 2024
1 parent 6b14f32 commit e6d6d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void call(Profile profile, Throwable err) {
data.add("云同步本地");
data.add("设置");
data.add("意见反馈");
data.add("帮助");
data.add("支持一下");
data.add("测试");
lv_profile.setAdapter(new ArrayAdapter(mActivity, R.layout.profile_item, R.id.tv_profile_item, data));
lv_profile.setOnItemClickListener((parent, view1, position, id) -> {
Expand Down

0 comments on commit e6d6d54

Please sign in to comment.