mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-02-18 12:50:36 +01:00
Add @Immutable
to AppDimensions
This commit is contained in:
parent
47159f5f54
commit
7defcd49ff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user