mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Add some comments
This commit is contained in:
+2
@@ -56,8 +56,10 @@ final class TimelineVoiceBroadcastCoordinator: Coordinator, Presentable, VoiceBr
|
||||
|
||||
switch result {
|
||||
case .played:
|
||||
// TODO: VB Add player and playing chunk files
|
||||
MXLog.debug("click on play")
|
||||
case .paused:
|
||||
// TODO: VB stop playing chunk files
|
||||
MXLog.debug("click on pause")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,6 @@ struct VoiceBroadcastChunk {
|
||||
/// Chunk sequence number
|
||||
let sequence: UInt
|
||||
|
||||
// TODO: add attachment here
|
||||
let attachment: NSObject
|
||||
// TODO: VB add chunk attachment here
|
||||
let attachmentUrl: URL
|
||||
}
|
||||
|
||||
@@ -24,6 +24,7 @@ enum TimelineVoiceBroadcastViewAction {
|
||||
}
|
||||
|
||||
enum TimelineVoiceBroadcastViewModelResult {
|
||||
// TODO: VB send all chunk file urls from ViewModel
|
||||
case played
|
||||
case paused
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user