Skip to content

Commit 25c5bdb

Browse files
committed
Fix: correct TextOverflow import from ui.text.style instead of foundation.text.selection
1 parent 2d91f52 commit 25c5bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/opentasker/ui/screens/ProfileListScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import androidx.compose.foundation.background
44
import androidx.compose.foundation.lazy.LazyColumn
55
import androidx.compose.foundation.lazy.items
66
import androidx.compose.foundation.shape.RoundedCornerShape
7-
import androidx.compose.foundation.text.selection.TextOverflow
7+
import androidx.compose.ui.text.style.TextOverflow
88
import androidx.compose.foundation.layout.Arrangement
99
import androidx.compose.foundation.layout.Column
1010
import androidx.compose.foundation.layout.Row

0 commit comments

Comments
 (0)