Skip to content

Commit

Permalink
suppress warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Mayer <[email protected]>
  • Loading branch information
JonasMayerDev committed Jan 11, 2024
1 parent 9c7890d commit 1043070
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ public int getItemPosition(@NonNull OCFile file) {
return position;
}

@SuppressLint("NotifyDataSetChanged")
public void setFavoriteAttributeForItemID(String remotePath, boolean favorite, boolean removeFromList) {
List<OCFile> filesToDelete = new ArrayList<>();
for (OCFile file : mFiles) {
Expand Down

0 comments on commit 1043070

Please sign in to comment.