[UI/Profile] Fix new profile image not showing.

This commit is contained in:
Kuba Szczodrzyński 2021-03-25 17:51:25 +01:00
parent d9b91d6de8
commit df4b6ec3e5

View File

@ -85,7 +85,7 @@ class ProfileConfigDialog(
if (this@ProfileConfigDialog.profile == profile) { if (this@ProfileConfigDialog.profile == profile) {
profileChanged = true profileChanged = true
b.profile = profile b.profile = profile
profile.applyImageTo(b.image) b.image.setImageDrawable(profile.getImageDrawable(activity))
} }
} }
} }