Просмотр исходного кода

fixed bug when images are not correctly specified by wordpress

yattoz 2 лет назад
Родитель
Сommit
acb57a9b35
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/src/main/java/fr/forum_thalie/tsumugi/ui/news/NewsAdapter.kt

+ 1 - 1
app/src/main/java/fr/forum_thalie/tsumugi/ui/news/NewsAdapter.kt Просмотреть файл

32
 // but without Picasso (just fetching image by myself.)
32
 // but without Picasso (just fetching image by myself.)
33
 class ImageGetterAsyncTask(
33
 class ImageGetterAsyncTask(
34
     private val context: Context,
34
     private val context: Context,
35
-    private val source: String,
35
+    private val source: String?,
36
     private val levelListDrawable: LevelListDrawable
36
     private val levelListDrawable: LevelListDrawable
37
 ) :
37
 ) :
38
     AsyncTask<TextView?, Void?, Bitmap?>() {
38
     AsyncTask<TextView?, Void?, Bitmap?>() {