fix(activity): blur banner

This commit is contained in:
aayush262 2024-03-22 11:24:36 +05:30
parent e1b50c86f3
commit 3016792f95
2 changed files with 2 additions and 4 deletions

View file

@ -143,8 +143,6 @@ class ProfileFragment : Fragment() {
super.onResume()
if (this::binding.isInitialized) {
binding.root.requestLayout()
setFavPeople()
model.refresh()
}
}