mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 15:31:02 +00:00
feat: support API 21 with compat
This commit is contained in:
@@ -65,7 +65,7 @@ class ProfileFragment : Fragment() {
|
||||
binding.profileUserBio.setInitialScale(1)
|
||||
val styledHtml = getFullAniHTML(
|
||||
user.about ?: "",
|
||||
activity.getColor(R.color.bg_opp)
|
||||
ContextCompat.getColor(activity, R.color.bg_opp)
|
||||
)
|
||||
binding.profileUserBio.loadDataWithBaseURL(
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user