mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
lets require only a file path, instead of FileDir for getting the properties
This commit is contained in:
@ -392,7 +392,7 @@ public class ItemsFragment extends android.support.v4.app.Fragment
|
||||
return;
|
||||
|
||||
final Config config = Config.newInstance(getContext());
|
||||
new PropertiesDialog(getContext(), item, config.getShowHidden());
|
||||
new PropertiesDialog(getContext(), item.getPath(), config.getShowHidden());
|
||||
}
|
||||
|
||||
private void displayRenameDialog() {
|
||||
|
Reference in New Issue
Block a user