Loading commons/src/main/kotlin/com/simplemobiletools/commons/dialogs/RenameItemDialog.kt +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ class RenameItemDialog(val activity: BaseSimpleActivity, val path: String, val c return@setOnClickListener } val newPath = "${path.getParentPath()}/$newName" val newPath = "${path.getParentPath()}$newName" if (activity.getDoesFilePathExist(newPath)) { activity.toast(R.string.name_taken) return@setOnClickListener Loading Loading
commons/src/main/kotlin/com/simplemobiletools/commons/dialogs/RenameItemDialog.kt +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ class RenameItemDialog(val activity: BaseSimpleActivity, val path: String, val c return@setOnClickListener } val newPath = "${path.getParentPath()}/$newName" val newPath = "${path.getParentPath()}$newName" if (activity.getDoesFilePathExist(newPath)) { activity.toast(R.string.name_taken) return@setOnClickListener Loading