Skip to content

Commit 0832446

Browse files
author
John Trujillo
committed
lint
1 parent 5b8b60d commit 0832446

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/main/java/com/itsaky/androidide/fragments/TemplateDetailsFragment.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,14 @@ class TemplateDetailsFragment :
116116
}
117117

118118
val projectDir = result.data.projectDir
119-
120119
recentProjectsViewModel.insertProject(
121120
RecentProject(
122121
location = projectDir.path,
123122
name = result.data.name,
124123
createdAt = Date().toString()
125124
)
126125
)
127-
128126
flashSuccess(string.project_created_successfully)
129-
130-
131127
(requireActivity() as MainActivity).openProject(projectDir)
132128
}
133129
}

0 commit comments

Comments
 (0)