|
|
@ -105,9 +105,11 @@ class ViewImageFragment : ViewMediaFragment() { |
|
|
|
override fun onError() { |
|
|
|
override fun onError() { |
|
|
|
// if there's no image in cache, load from network and start transition |
|
|
|
// if there's no image in cache, load from network and start transition |
|
|
|
// immediately. |
|
|
|
// immediately. |
|
|
|
|
|
|
|
if (isAdded) { |
|
|
|
photoActionsListener.onBringUp() |
|
|
|
photoActionsListener.onBringUp() |
|
|
|
loadImageFromNetwork(url, photoView) |
|
|
|
loadImageFromNetwork(url, photoView) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
// if we're not initial page, don't bother. |
|
|
|
// if we're not initial page, don't bother. |
|
|
|