Add `@Immutable` to `AppDimensions`

This commit is contained in:
Ensar Sarajčić 2023-10-05 12:50:26 +02:00
parent 47159f5f54
commit 7defcd49ff
1 changed files with 2 additions and 0 deletions

View File

@ -1,8 +1,10 @@
package com.simplemobiletools.flashlight.helpers
import androidx.compose.runtime.Immutable
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
@Immutable
object AppDimensions {
val seekbarWidth = 250.dp
val seekbarHeight = 20.dp