mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-19 17:17:04 -04:00
Preview 6.1
This commit is contained in:
@@ -125,8 +125,8 @@ public class FileListView extends LinearLayout
|
||||
}
|
||||
else{
|
||||
String name = mainPath.getName();
|
||||
String extension = getExtension(path);
|
||||
listener.onFileSelected(mainPath, path, name, extension);
|
||||
// String extension = getExtension(path);
|
||||
listener.onFileSelected(mainPath, path, name);
|
||||
}
|
||||
}
|
||||
else{
|
||||
|
||||
@@ -4,5 +4,5 @@ import java.io.File;
|
||||
|
||||
public interface FileSelectedListener
|
||||
{
|
||||
public void onFileSelected(File file, String path, String nane, String extension);
|
||||
public void onFileSelected(File file, String path, String name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user