mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
couple more misc changes
This commit is contained in:
@ -377,7 +377,7 @@ public class ItemsFragment extends android.support.v4.app.Fragment
|
||||
if (item == null)
|
||||
return;
|
||||
|
||||
PropertiesDialog dialog = PropertiesDialog.newInstance(item);
|
||||
PropertiesDialog dialog = PropertiesDialog.Companion.newInstance(item);
|
||||
dialog.show(getFragmentManager(), "properties");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user