Skip to content

Commit 9638b16

Browse files
committed
Stylizing and customizing README badges
1 parent c08c7cc commit 9638b16

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

21.1 KB
Loading
9.23 KB
Loading

app/src/main/java/com/maxieds/androidfilepickerlight/AndroidFilePickerLightExampleActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void actionButtonLaunchSingleFolderPickerActivity(View btnView) {
122122
}
123123

124124
public void actionButtonLaunchSingleFilePickerActivity(View btnView) {
125-
FileChooserBuilder fpInst = FileChooserBuilder.getDirectoryChooserInstance(this);
125+
FileChooserBuilder fpInst = FileChooserBuilder.getSingleFilePickerInstance(this);
126126
fpInst.showHidden(true);
127127
fpInst.setPickerInitialPath(FileChooserBuilder.BaseFolderPathType.BASE_PATH_TYPE_EXTERNAL_FILES_SCREENSHOTS);
128128
fpInst.launchFilePicker();

0 commit comments

Comments
 (0)