Merge branch 'pr/257' into dev
This commit is contained in:
commit
1fd91b9ec6
10 changed files with 47 additions and 29 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue