Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
No need to block this in sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed May 30, 2015
1 parent 8f02d21 commit aac6724
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ public void onClick(final View v) {

i.putExtra(FilePickerActivity.EXTRA_ALLOW_MULTIPLE,
checkAllowMultiple.isChecked());
// i.putExtra(FilePickerActivity.EXTRA_ALLOW_CREATE_DIR,
// checkAllowCreateDir.isChecked());
i.putExtra(FilePickerActivity.EXTRA_ALLOW_CREATE_DIR,
checkAllowCreateDir.isChecked());

// What mode is selected (makes no sense to restrict to folders here)
final int mode;
Expand Down

0 comments on commit aac6724

Please sign in to comment.