Ver Fonte

Update README.md

Change 'FolderChooserDialog.FileCallback' to 'FileChooserDialog.FileCallback' at line 1229
AndreiAncuta há 9 anos atrás
pai
commit
4a9b7efe81
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1226,7 +1226,7 @@ new FileChooserDialog.Builder(this)
 The Activity you show the dialog in must implement `FileCallback`:
 
 ```java
-public class MyActivity implements FolderChooserDialog.FileCallback {
+public class MyActivity implements FileChooserDialog.FileCallback {
 
     // ...