修复微信内跳转无法跳转到论坛详情页的问题
This commit is contained in:
@ -51,6 +51,10 @@ object DefaultUrlHandler {
|
||||
if (!TextUtils.isEmpty(path)) {
|
||||
id = path!!.substring(1)
|
||||
}
|
||||
if (TextUtils.isEmpty(id)) {
|
||||
id = uri.getQueryParameter("id") ?: ""
|
||||
}
|
||||
|
||||
val intent: Intent
|
||||
when (host) {
|
||||
"article" -> context.startActivity(NewsDetailActivity.getIntentById(context, id, entrance))
|
||||
|
||||
Reference in New Issue
Block a user