mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-29 19:27:59 +01:00
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) {
|
} catch (ignored: Exception) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue