File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
LyricFever/Views/KaraokeView Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ struct KaraokeView: View {
6262 if viewmodel. translationExists {
6363 if viewmodel. userDefaultStorage. karaokeShowMultilingual, originalAndTranslationAreDifferent ( for: currentlyPlayingLyricsIndex) {
6464 multilingualView ( currentlyPlayingLyricsIndex)
65- . compositingGroup ( )
65+ // .id(currentlyPlayingLyricsIndex)
66+ // .compositingGroup()
6667 }
6768 else {
6869 Text ( verbatim: viewmodel. translatedLyric [ currentlyPlayingLyricsIndex] )
@@ -84,6 +85,7 @@ struct KaraokeView: View {
8485 @ViewBuilder
8586 var finalKaraokeView : some View {
8687 lyricsView ( )
88+ . id ( viewmodel. currentlyPlayingLyricsIndex)
8789 . lineLimit ( 2 )
8890 . foregroundStyle ( . white)
8991 . minimumScaleFactor ( 0.9 )
@@ -95,7 +97,7 @@ struct KaraokeView: View {
9597 . transition ( . opacity)
9698 . opacity ( karaokeTransparency/ 100 )
9799 }
98- . drawingGroup ( )
100+ // .drawingGroup()
99101 . background (
100102 VisualEffectView ( ) . ignoresSafeArea ( )
101103 )
You can’t perform that action at this time.
0 commit comments