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 b50ec08ac0
commit d566ddfcef

View file

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