mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 22:03:57 +00:00
feat(profile page): something
This commit is contained in:
@@ -99,8 +99,6 @@ class ProfileActivity : AppCompatActivity(){
|
||||
)
|
||||
}
|
||||
binding.profileUserName.text = "${user.name} $userLevel"
|
||||
binding.profileUserEpisodesWatched.text = user.statistics.anime.episodesWatched.toString()
|
||||
binding.profileUserChaptersRead.text = user.statistics.manga.chaptersRead.toString()
|
||||
if (!(PrefManager.getVal(PrefName.BannerAnimations) as Boolean)) binding.profileBannerImage.pause()
|
||||
binding.profileBannerImage.loadImage(user.bannerImage)
|
||||
binding.profileBannerImage.updateLayoutParams { height += statusBarHeight }
|
||||
|
||||
Reference in New Issue
Block a user