mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
chore: migrate to data object
This commit is contained in:
parent
8e50cb3e77
commit
53f0656353
4 changed files with 19 additions and 19 deletions
|
@ -11,5 +11,5 @@ internal sealed class NetworkState {
|
|||
|
||||
class Error(val error: Throwable, val description: String) : NetworkState()
|
||||
|
||||
object Loading : NetworkState()
|
||||
data object Loading : NetworkState()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue