lets require only a file path, instead of FileDir for getting the properties

This commit is contained in:
tibbi
2016-10-16 21:37:06 +02:00
parent d55df91c6c
commit 48454140f2
4 changed files with 93 additions and 70 deletions

View File

@ -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() {