Skip to content
This repository was archived by the owner on Jul 23, 2022. It is now read-only.

Commit 47a49f2

Browse files
committed
Merge branch 'experimental/dpad' into devel
2 parents 425c3c9 + 6a744e4 commit 47a49f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/main/java/com/obsez/android/lib/filechooser/ChooserDialog.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ public ChooserDialog withOptionIcons(@DrawableRes int optionsIconRes, @DrawableR
277277
}
278278

279279
public ChooserDialog withOptionIcons(@Nullable Drawable optionsIcon, @Nullable Drawable createDirIcon,
280-
@Nullable Drawable delete) {
280+
@Nullable Drawable deleteIcon) {
281281
this._optionsIcon = optionsIcon;
282282
this._createDirIcon = createDirIcon;
283-
this._deleteIcon = delete;
283+
this._deleteIcon = deleteIcon;
284284
return this;
285285
}
286286

0 commit comments

Comments
 (0)