sendFileDownloadCompletionBroadcast

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-12-12 15:11:04 +01:00 committed by Alper Öztürk
parent 7a0aa43105
commit a706a9e846

View file

@ -222,8 +222,7 @@ public class OCFileListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHol
return;
}
int updatedPosition = getItemPosition(file);
notifyItemChanged(updatedPosition);
notifyItemChanged(file);
}
};