1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-11-21 15:44:26 +00:00

Add yet another todo

This commit is contained in:
Steffo 2024-01-21 17:13:25 +01:00
parent 79f4af90c3
commit c5a10e9ea8
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -59,6 +59,7 @@ fun AvatarURL(
}
// TODO: Should I check the MIME type? And the size of the image?
// FIXME: I feel this might be a race condition...
Log.d("AvatarURL", "File for $url is: $avatarFile")
bitmap = BitmapFactory.decodeFile(avatarFile.absolutePath)
}