Small improvement

This commit is contained in:
M66B
2020-11-12 09:54:58 +01:00
parent 41acae21c8
commit 43bfea15ba
9 changed files with 43 additions and 0 deletions

View File

@@ -564,4 +564,9 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
holder.bindTo(account);
holder.wire();
}
@Override
public void onViewRecycled(@NonNull ViewHolder holder) {
holder.powner.recreate();
}
}