Skip to content

Commit 17abd2c

Browse files
committed
chore: Fix import
1 parent 7134a0e commit 17abd2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/com/infomaniak/mail/ui/main/thread/ThreadFragment.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ package com.infomaniak.mail.ui.main.thread
2020
import android.content.res.ColorStateList
2121
import android.content.res.Configuration
2222
import android.graphics.drawable.InsetDrawable
23-
import android.os.Build
24-
import android.os.Build.VERSION.*
23+
import android.os.Build.VERSION.SDK_INT
2524
import android.os.Bundle
2625
import android.text.method.LinkMovementMethod
2726
import android.view.LayoutInflater

0 commit comments

Comments
 (0)