Skip to content

Commit

Permalink
fix import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Jan 22, 2025
1 parent 192816b commit 872c30e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import android.graphics.Paint
import android.graphics.Path
import android.graphics.PathMeasure
import android.graphics.Rect
import android.text.TextUtils
import android.util.AttributeSet
import android.view.View
import androidx.annotation.ColorInt
import androidx.annotation.Dimension
import androidx.core.content.res.use
import com.google.android.material.R as materialR
import android.text.TextUtils
import com.google.android.material.color.MaterialColors
import com.keylesspalace.tusky.R
import java.util.Locale
Expand Down

0 comments on commit 872c30e

Please sign in to comment.