Skip to content

Commit 9f33391

Browse files
author
Varun Gupta
committed
Another round of Ktlint fixes
1 parent 7d2fd0a commit 9f33391

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

kotlinsample/src/main/java/com/airbnb/epoxy/kotlinsample/models/AsyncItemCustomView.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import android.graphics.Color
55
import android.util.AttributeSet
66
import android.util.Log
77
import android.view.View
8-
import android.widget.FrameLayout
9-
import android.widget.LinearLayout
108
import android.widget.TextView
119
import androidx.annotation.ColorInt
10+
import androidx.asynclayoutinflater.view.AsyncLayoutInflater
1211
import com.airbnb.epoxy.AfterPropsSet
12+
import com.airbnb.epoxy.AsyncFrameLayout
1313
import com.airbnb.epoxy.CallbackProp
1414
import com.airbnb.epoxy.ModelProp
1515
import com.airbnb.epoxy.ModelView
@@ -19,8 +19,6 @@ import com.airbnb.epoxy.OnVisibilityStateChanged
1919
import com.airbnb.epoxy.TextProp
2020
import com.airbnb.epoxy.VisibilityState
2121
import com.airbnb.epoxy.kotlinsample.R
22-
import androidx.asynclayoutinflater.view.AsyncLayoutInflater
23-
import com.airbnb.epoxy.AsyncFrameLayout
2422

2523
// The ModelView annotation is used on Views to have models generated from those views.
2624
// This is pretty straightforward with Kotlin, but properties need some special handling.

0 commit comments

Comments
 (0)