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