Skip to content

Commit 31b944f

Browse files
committed
Disable CoilImage loading & error producing odd glitches (2)
1 parent 3444f59 commit 31b944f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/main/java/net/opatry/adoptacat/ui/CatDetailsScreen.kt

-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
package net.opatry.adoptacat.ui
2323

2424
import android.text.format.DateUtils
25-
import androidx.compose.foundation.Image
2625
import androidx.compose.foundation.background
2726
import androidx.compose.foundation.layout.Arrangement
2827
import androidx.compose.foundation.layout.Box
@@ -36,7 +35,6 @@ import androidx.compose.foundation.rememberScrollState
3635
import androidx.compose.foundation.shape.CircleShape
3736
import androidx.compose.foundation.verticalScroll
3837
import androidx.compose.material.Button
39-
import androidx.compose.material.CircularProgressIndicator
4038
import androidx.compose.material.Icon
4139
import androidx.compose.material.IconButton
4240
import androidx.compose.material.MaterialTheme
@@ -53,9 +51,7 @@ import androidx.compose.ui.Alignment
5351
import androidx.compose.ui.Modifier
5452
import androidx.compose.ui.draw.clip
5553
import androidx.compose.ui.draw.rotate
56-
import androidx.compose.ui.graphics.ColorFilter
5754
import androidx.compose.ui.graphics.vector.ImageVector
58-
import androidx.compose.ui.res.painterResource
5955
import androidx.compose.ui.res.stringResource
6056
import androidx.compose.ui.unit.dp
6157
import androidx.compose.ui.unit.em

0 commit comments

Comments
 (0)