Commit 846b4fc6 authored by wanglei's avatar wanglei

...

parent 95a361fb
......@@ -319,11 +319,7 @@ class WebBrowserActivity : BaseActivity<ActivityWebBrowserBinding>() {
putExtra("update", true)
})
} else {
showPermissionBottomSheet(launcher){
startActivity(Intent(this, WebDownloadManagerActivity::class.java).apply {
putExtra("update", true)
})
}
showPermissionBottomSheet(launcher) {}
}
},
......@@ -334,7 +330,7 @@ class WebBrowserActivity : BaseActivity<ActivityWebBrowserBinding>() {
setEditPrivacy(this, binding.editWeb)
},
offAction = {
finishToMain()
}
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment