diff --git a/Linphone/GeneratedGit.swift b/Linphone/GeneratedGit.swift index 6ee18628d..39d0efc36 100644 --- a/Linphone/GeneratedGit.swift +++ b/Linphone/GeneratedGit.swift @@ -1,5 +1,5 @@ import Foundation public let APP_GIT_BRANCH = "master" -public let APP_GIT_COMMIT = "36fa752cc" +public let APP_GIT_COMMIT = "fe8432f12" public let APP_GIT_TAG = "6.1.0-alpha" diff --git a/Linphone/UI/Main/Recordings/Fragments/RecordingMediaPlayerFragment.swift b/Linphone/UI/Main/Recordings/Fragments/RecordingMediaPlayerFragment.swift index ef2ab34e7..dd7d9fecd 100644 --- a/Linphone/UI/Main/Recordings/Fragments/RecordingMediaPlayerFragment.swift +++ b/Linphone/UI/Main/Recordings/Fragments/RecordingMediaPlayerFragment.swift @@ -149,6 +149,12 @@ struct RecordingMediaPlayerFragment: View { .foregroundColor(Color.orangeMain500) .frame(width: (self.value / 100) * barWidth, height: isSeeking ? 10 : 5) .clipShape(RoundedRectangle(cornerRadius: radius)) + + Circle() + .fill(Color.white) + .frame(width: 14, height: 14) + .shadow(radius: 2) + .offset(x: (self.value / 100) * barWidth - 7) } .frame(width: barWidth, height: 20) .contentShape(Rectangle())