Skip to content

Commit

Permalink
Restore image which seems to work
Browse files Browse the repository at this point in the history
  • Loading branch information
artbristol committed Feb 14, 2021
1 parent 413fde7 commit d78d27f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import com.orgzly.android.App
import com.orgzly.android.db.entity.Note
import com.orgzly.android.db.entity.NoteView
import com.orgzly.android.prefs.AppPreferences
import com.orgzly.android.ui.ImageLoader
import com.orgzly.android.ui.TimeType
import com.orgzly.android.ui.util.TitleGenerator
import com.orgzly.android.ui.util.styledAttributes
Expand Down Expand Up @@ -156,8 +157,7 @@ class NoteItemViewBinder(private val context: Context, private val inBook: Boole
}
}

// TODO restore this
// ImageLoader.loadImages(holder.binding.itemHeadContent)
ImageLoader.loadImages(textView)
}
}

Expand Down

0 comments on commit d78d27f

Please sign in to comment.