This commit is contained in:
Grishka 2023-06-25 06:19:36 +03:00
parent a9f355dea9
commit 406e95d3f7
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ public class SettingsServerAboutFragment extends LoaderFragment{
AccountViewModel model=new AccountViewModel(instance.contactAccount, accountID);
AccountViewHolder holder=new AccountViewHolder(this, scrollingLayout, null);
holder.setStyle(AccountViewHolder.AccessoryType.NONE, false);
holder.bind(model);
holder.itemView.setBackground(UiUtils.getThemeDrawable(getActivity(), android.R.attr.selectableItemBackground));
holder.itemView.setOnClickListener(v->holder.onClick());