mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-16 20:10:37 +01:00
make exception at Picasso onError image loading nullable
This commit is contained in:
parent
1c7fbc19ad
commit
ff99d19176
@ -444,7 +444,7 @@ class PhotoFragment : ViewPagerFragment() {
|
||||
}
|
||||
}
|
||||
|
||||
override fun onError(e: Exception) {}
|
||||
override fun onError(e: Exception?) {}
|
||||
})
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user