mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-07 22:45:27 +02:00
Wrong Immutable Class
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
package com.vitorpamplona.amethyst.ui.screen
|
package com.vitorpamplona.amethyst.ui.screen
|
||||||
|
|
||||||
|
import androidx.compose.runtime.Immutable
|
||||||
import androidx.lifecycle.LiveData
|
import androidx.lifecycle.LiveData
|
||||||
import androidx.lifecycle.MutableLiveData
|
import androidx.lifecycle.MutableLiveData
|
||||||
import androidx.lifecycle.ViewModel
|
import androidx.lifecycle.ViewModel
|
||||||
import com.google.errorprone.annotations.Immutable
|
|
||||||
|
|
||||||
@Immutable
|
@Immutable
|
||||||
class ThemeViewModel : ViewModel() {
|
class ThemeViewModel : ViewModel() {
|
||||||
|
Reference in New Issue
Block a user