mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-24 10:54:36 -06:00
[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