Wrong Immutable Class

This commit is contained in:
Vitor Pamplona 2023-07-20 18:01:17 -04:00
parent 008469adbc
commit 11d51b3854

View File

@ -1,9 +1,9 @@
package com.vitorpamplona.amethyst.ui.screen
import androidx.compose.runtime.Immutable
import androidx.lifecycle.LiveData
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.ViewModel
import com.google.errorprone.annotations.Immutable
@Immutable
class ThemeViewModel : ViewModel() {