mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 07:22:06 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int updatedPosition = getItemPosition(file);
|
notifyItemChanged(file);
|
||||||
notifyItemChanged(updatedPosition);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue