Temporary fix for data scrambling in diff. (#465)
Temporary fix for data scrambling in diff. Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/465 Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
parent
78f8a3d1c7
commit
83911da86f
@ -60,6 +60,7 @@ public class FilesDiffAdapter extends RecyclerView.Adapter<FilesDiffAdapter.File
|
||||
@Override
|
||||
public void onBindViewHolder(@NonNull FilesDiffViewHolder holder, int position) {
|
||||
|
||||
holder.setIsRecyclable(false);
|
||||
FileDiffView data = dataList.get(position);
|
||||
|
||||
if(data.isFileType()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user