forked from github/szkolny
[UI/Profile] Fix new profile image not showing.
This commit is contained in:
parent
d9b91d6de8
commit
df4b6ec3e5
@ -85,7 +85,7 @@ class ProfileConfigDialog(
|
||||
if (this@ProfileConfigDialog.profile == profile) {
|
||||
profileChanged = true
|
||||
b.profile = profile
|
||||
profile.applyImageTo(b.image)
|
||||
b.image.setImageDrawable(profile.getImageDrawable(activity))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user