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

@@ -540,4 +540,9 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
holder.bindTo(rule);
holder.wire();
}
@Override
public void onViewRecycled(@NonNull ViewHolder holder) {
holder.powner.recreate();
}
}