make exception at Picasso onError image loading nullable

This commit is contained in:
tibbi 2019-11-05 11:07:31 +01:00
parent 1c7fbc19ad
commit ff99d19176

View file

@ -444,7 +444,7 @@ class PhotoFragment : ViewPagerFragment() {
}
}
override fun onError(e: Exception) {}
override fun onError(e: Exception?) {}
})
} catch (ignored: Exception) {
}