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

@@ -356,4 +356,9 @@ public class AdapterOperation extends RecyclerView.Adapter<AdapterOperation.View
holder.bindTo(operation);
holder.wire();
}
@Override
public void onViewRecycled(@NonNull ViewHolder holder) {
holder.powner.recreate();
}
}