|
@@ -154,6 +154,7 @@ public class FolderPickerActivity extends FileActivity implements FileFragment.C
|
|
|
Bundle args = new Bundle();
|
|
|
args.putBoolean(OCFileListFragment.ARG_JUST_FOLDERS, true);
|
|
|
args.putBoolean(OCFileListFragment.ARG_ALLOW_CONTEXTUAL_ACTIONS, false);
|
|
|
+ args.putBoolean(OCFileListFragment.ARG_HIDE_FAB, true);
|
|
|
listOfFiles.setArguments(args);
|
|
|
FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
|
|
|
transaction.add(R.id.fragment_container, listOfFiles, TAG_LIST_OF_FOLDERS);
|