mirror of
https://github.com/nextcloud/android.git
synced 2024-12-20 07:52:18 +03:00
sendFileDownloadCompletionBroadcast
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
b832d04a60
commit
fe30406964
1 changed files with 1 additions and 2 deletions
|
@ -222,8 +222,7 @@ public class OCFileListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHol
|
|||
return;
|
||||
}
|
||||
|
||||
int updatedPosition = getItemPosition(file);
|
||||
notifyItemChanged(updatedPosition);
|
||||
notifyItemChanged(file);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue