Skip to content

Commit e05228b

Browse files
committed
Merge pull request afollestad#895 from AndreiAncuta/patch-1
Update README.md
2 parents 897aad4 + 4a9b7ef commit e05228b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ new FileChooserDialog.Builder(this)
12261226
The Activity you show the dialog in must implement `FileCallback`:
12271227

12281228
```java
1229-
public class MyActivity implements FolderChooserDialog.FileCallback {
1229+
public class MyActivity implements FileChooserDialog.FileCallback {
12301230

12311231
// ...
12321232

0 commit comments

Comments
 (0)