feat: open profile links
This commit is contained in:
parent
3d187a01ec
commit
94ffc2595c
5 changed files with 90 additions and 52 deletions
|
@ -26,6 +26,7 @@ import ani.dantotsu.media.Character
|
|||
import ani.dantotsu.media.CharacterAdapter
|
||||
import ani.dantotsu.media.Media
|
||||
import ani.dantotsu.media.MediaAdaptor
|
||||
import ani.dantotsu.openOrCopyAnilistLink
|
||||
import ani.dantotsu.setBaseline
|
||||
import ani.dantotsu.setSlideIn
|
||||
import ani.dantotsu.setSlideUp
|
||||
|
@ -97,6 +98,7 @@ class ProfileFragment : Fragment() {
|
|||
view: WebView?,
|
||||
request: WebResourceRequest?
|
||||
): Boolean {
|
||||
openOrCopyAnilistLink(request?.url.toString())
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue