feat ContextMenu: Rename and Delete
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import { CHANGE_DIRECTORY } from 'actions/types';
|
||||
|
||||
export default function changedir(dir) {
|
||||
if (dir === 'sdcard') dir = '';
|
||||
return {
|
||||
type: CHANGE_DIRECTORY,
|
||||
dir
|
||||
|
Reference in New Issue
Block a user