Skip to content

Commit 4bed720

Browse files
committed
Update
1 parent f4c8ae4 commit 4bed720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/omarea/krscript/ui/ActionListFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class ActionListFragment : androidx.fragment.app.Fragment(), PageLayoutRender.On
215215
Toast.makeText(context, getString(R.string.editor_file_missing), Toast.LENGTH_SHORT).show()
216216
return
217217
}
218-
com.tool.tree.TextEditorActivity.start(context, item.file, item.title, item.desc, item.wrap, item.pageConfigDir)
218+
com.tool.tree.TextEditorActivity.start(context, item.file, item.title, item.desc, item.wrap, item.pageConfigDir, item.placeholder)
219219
onCompleted.run()
220220
}
221221
}

0 commit comments

Comments
 (0)