upgrade deps, fix some lint warnings

This commit is contained in:
Conny Duck 2019-02-11 16:59:01 +01:00
commit 683b06a35d
13 changed files with 36 additions and 27 deletions

View file

@ -99,7 +99,7 @@ defStyleAttr: Int = 0
* that the custom matrix of this image is initialized if a focus point is set.
*/
override fun onSuccess() {
onSizeChanged(width, height, width, height);
onSizeChanged(width, height, width, height)
}
// We do not handle the error here, instead it will be handled higher up the call chain.