We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ac559 commit f29fa2cCopy full SHA for f29fa2c
app/src/main/java/github/kairusds/libvlcandroidtest/MainActivity.java
@@ -202,6 +202,7 @@ private void showFilePickerDialog(File dir){
202
for(File file : files){
203
if(file.isDirectory()){
204
fileList.add(file.getName());
205
+ paths.put(file.getName(), file.getAbsolutePath());
206
}else{
207
String mimetype = tika.detect(file.getName());
208
if(mimetype.startsWith("video/")){
0 commit comments