Add a default constructor for filepicker
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
This commit is contained in:
parent
e2d07b8f81
commit
717a460a80
|
|
@ -31,6 +31,8 @@ import java.util.List;
|
|||
|
||||
public class FilePickerFragment extends AbstractFilePickerFragment<File> {
|
||||
|
||||
public FilePickerFragment() {}
|
||||
|
||||
/**
|
||||
* Return true if the path is a directory and not a file.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue