Skip to content

Commit

Permalink
CC-8308: Cherry pick merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
af-mega committed Oct 17, 2024
1 parent c1b3abf commit 55824e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ final class AllVideosCollectionViewCoordinator: NSObject {
self.videoConfig = representer.videoConfig
}

func configureDataSource(for collectionView: UICollectionView) {
func configureDataSource(for collectionView: UICollectionView) {
dataSource = makeDataSource(for: collectionView)
collectionView.dataSource = dataSource
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import MEGADesignToken
import MEGADomain
import MEGAPresentation
import MEGASwiftUI
import SwiftUI

Expand Down Expand Up @@ -152,7 +153,7 @@ struct VideoCellViewContent: View {
case .selection:
checkMarkView
.padding(.leading, 10)
case .reorder:
case .reorder where DIContainer.featureFlagProvider.isFeatureFlagEnabled(for: .reorderVideosInVideoPlaylistContent):
dragIndicatorView
default:
EmptyView()
Expand Down

0 comments on commit 55824e4

Please sign in to comment.