mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
sendFileDownloadCompletionBroadcast
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
7a0aa43105
commit
a706a9e846
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