This commit is contained in:
kunfei
2022-09-20 21:08:55 +08:00
parent a4fbd087ec
commit 7204245615
@@ -61,6 +61,7 @@ class UpdateDialog() : BaseDialogFragment(R.layout.dialog_update) {
val name = arguments?.getString("name")
if (url != null && name != null) {
Download.start(requireContext(), url, name)
toastOnUi(R.string.download_start)
}
}
}