mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 23:54:26 +00:00
Add yet another todo
This commit is contained in:
parent
79f4af90c3
commit
c5a10e9ea8
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ fun AvatarURL(
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Should I check the MIME type? And the size of the image?
|
// 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")
|
Log.d("AvatarURL", "File for $url is: $avatarFile")
|
||||||
bitmap = BitmapFactory.decodeFile(avatarFile.absolutePath)
|
bitmap = BitmapFactory.decodeFile(avatarFile.absolutePath)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue