-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VoiceBroadcast: Display the playback duration in the default state #7110
VoiceBroadcast: Display the playback duration in the default state #7110
Conversation
39e6b87
to
e9c26e1
Compare
Codecov ReportBase: 11.73% // Head: 11.73% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #7110 +/- ##
========================================
Coverage 11.73% 11.73%
========================================
Files 1620 1620
Lines 159271 159262 -9
Branches 64804 64803 -1
========================================
+ Hits 18687 18689 +2
+ Misses 139940 139937 -3
+ Partials 644 636 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
RiotSwiftUI/Modules/Room/VoiceBroadcastPlayback/MatrixSDK/VoiceBroadcastPlaybackViewModel.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Room/VoiceBroadcastPlayback/MatrixSDK/VoiceBroadcastPlaybackViewModel.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Room/VoiceBroadcastPlayback/MatrixSDK/VoiceBroadcastPlaybackViewModel.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Room/VoiceBroadcastPlayback/MatrixSDK/VoiceBroadcastPlaybackViewModel.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -333,6 +341,9 @@ extension VoiceBroadcastPlaybackViewModel: VoiceBroadcastAggregatorDelegate { | |||
} | |||
|
|||
func voiceBroadcastAggregatorDidEndLoading(_ aggregator: VoiceBroadcastAggregator) { | |||
if state.playbackState == .buffering { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@phlniji please remove this block, the process will be launched on voiceBroadcastAggregatorDidUpdateData
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in last commit.
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Display the playback duration in the default state