Skip to content

Commit 7eb465a

Browse files
committed
[BOOK-473] chore: compose stability check success
1 parent dbbb6c4 commit 7eb465a

File tree

1 file changed

+2
-1
lines changed
  • feature/home/src/main/kotlin/com/ninecraft/booket/feature/home

1 file changed

+2
-1
lines changed

feature/home/src/main/kotlin/com/ninecraft/booket/feature/home/HomeUi.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import android.content.pm.PackageManager
66
import android.os.Build
77
import androidx.activity.compose.rememberLauncherForActivityResult
88
import androidx.activity.result.contract.ActivityResultContracts
9+
import androidx.compose.foundation.background
910
import androidx.compose.foundation.layout.Arrangement
1011
import androidx.compose.foundation.layout.Box
1112
import androidx.compose.foundation.layout.Column
@@ -219,7 +220,7 @@ internal fun HomeContent(
219220
.size(12.dp)
220221
.padding(3.dp)
221222
.clip(CircleShape)
222-
.background(color),
223+
.drawBehind { drawRect(color) },
223224
)
224225
}
225226
}

0 commit comments

Comments
 (0)