Small improvement

This commit is contained in:
M66B
2020-11-12 19:21:17 +01:00
parent 7b24e1730b
commit 366127c47a
9 changed files with 0 additions and 41 deletions

View File

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