Skip to content

Commit 4a9b7ef

Browse files
committed
Update README.md
Change 'FolderChooserDialog.FileCallback' to 'FileChooserDialog.FileCallback' at line 1229
1 parent 897aad4 commit 4a9b7ef

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)