fix potential recompositions
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package dev.meloda.fast.model
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
|
||||
@Immutable
|
||||
data class BottomNavigationItem(
|
||||
val titleResId: Int,
|
||||
val selectedIconResId: Int,
|
||||
|
||||
Reference in New Issue
Block a user