Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma committed Jul 30, 2024
1 parent d23bbb9 commit 113d2e7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ import org.openhab.habdroid.util.resolveThemedColor

class WidgetImageView(context: Context, attrs: AttributeSet?, private val imageView: InternalImageView) :
SkeletonLayout(context, attrs, config = createConfig(context)),
WidgetImageViewIntf by imageView
{
WidgetImageViewIntf by imageView {
constructor(context: Context, attrs: AttributeSet?) : this(
context,
attrs,
Expand Down

0 comments on commit 113d2e7

Please sign in to comment.