fix NullPointerException in ViewImageFragment

This commit is contained in:
Conny Duck 2018-11-25 20:16:38 +01:00
parent 12ba4747d8
commit f5ec6b1ef7
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class ViewImageFragment : ViewMediaFragment() {
.into(photoView, object : Callback {
override fun onSuccess() {
// if we loaded image from disk, we should check that view is attached.
if (ViewCompat.isAttachedToWindow(photoView)) {
if (photoView?.isAttachedToWindow == true) {
finishLoadingSuccessfully()
} else {
// if view is not attached yet, wait for an attachment and