|
@@ -62,7 +62,7 @@ class UpdateDialog : BaseXDFragment<DialogUpdateBinding>() {
|
|
|
val intent = Intent()
|
|
|
intent.action = Intent.ACTION_VIEW
|
|
|
intent.data = Uri.parse(it.link_url)
|
|
|
- AppContext.getContext().startActivity(Intent.createChooser(intent, ""))
|
|
|
+ startActivity(Intent.createChooser(intent, ""))
|
|
|
}
|
|
|
|
|
|
if (it.force != 1) {
|