make exception at Picasso onError image loading nullable
This commit is contained in:
parent
1c7fbc19ad
commit
ff99d19176
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ class PhotoFragment : ViewPagerFragment() {
|
|||
}
|
||||
}
|
||||
|
||||
override fun onError(e: Exception) {}
|
||||
override fun onError(e: Exception?) {}
|
||||
})
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue