No issue: Delete unnecessary to-dos (#12603)

Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
releases/v79.1.0
Elise Richards 4 years ago committed by GitHub
parent b997fba953
commit 4fe1fb8f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -126,7 +126,6 @@ suspend fun String.toRoundedDrawable(context: Context, client: Client) = bitmapF
}
suspend fun bitmapForUrl(url: String, client: Client): Bitmap? = withContext(Dispatchers.IO) {
// TODO cache this image, see https://github.com/mozilla-mobile/fenix/issues/9531
// Code below will cache it in Gecko's cache, which ensures that as long as we've fetched it once,
// we will be able to display this avatar as long as the cache isn't purged (e.g. via 'clear user data').
val body = try {

@ -22,7 +22,6 @@ class ButtonStyleXmlDetector : ResourceXmlDetector() {
companion object {
const val SCHEMA = "http://schemas.android.com/apk/res-auto"
// TODO:
const val ERROR_MESSAGE =
"All buttons must have a style, try using NeutralButton or similar."

Loading…
Cancel
Save