Improves stability of composables

This commit is contained in:
Vitor Pamplona
2024-08-26 16:45:07 -04:00
parent 7c974bc8ef
commit c88dded01b
9 changed files with 41 additions and 26 deletions

View File

@@ -121,6 +121,7 @@ class TorrentEvent(
}
}
@Immutable
class TorrentFile(
val fileName: String,
val bytes: Long?,