VB: Move view logic to the view model

This commit is contained in:
manuroe
2022-10-19 12:56:59 +02:00
parent ac90c2ab51
commit cb0224abf8
5 changed files with 51 additions and 62 deletions
@@ -22,8 +22,8 @@ enum VoiceBroadcastPlaybackViewAction {
case pause
}
// TODO: Rename it to VoiceBroadcastPlaybackState
enum VoiceBroadcastPlaybackViewModelResult {
// TODO: VB send all chunk file urls from ViewModel
case played
case paused
}