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

@ -16,7 +16,6 @@
package com.keylesspalace.tusky.view
import android.content.Context
import android.os.Build
import android.util.AttributeSet
import android.widget.LinearLayout
import com.keylesspalace.tusky.R

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.