Fix #606
This commit is contained in:
parent
a9f355dea9
commit
406e95d3f7
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue