Skip to content

Commit

Permalink
NMC 2157 - Merging conflict resolve after nextcloud 4.9.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed Feb 19, 2024
1 parent 069e486 commit b36186b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions iOSClient/Select/NCSelect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ extension NCSelect: UICollectionViewDataSource {
cell.selectMode(false)

// Live Photo
if metadata.livePhoto {
if metadata.isLivePhoto {
cell.imageStatus.image = NCImageCache.images.livePhoto
}

Expand Down Expand Up @@ -584,7 +584,7 @@ extension NCSelect: UICollectionViewDataSource {
cell.hideButtonMore(true)

// Live Photo
if metadata.livePhoto {
if metadata.isLivePhoto {
cell.imageStatus.image = NCImageCache.images.livePhoto
}

Expand Down Expand Up @@ -722,7 +722,6 @@ extension NCSelect {
ascending: layoutForView?.ascending,
directoryOnTop: layoutForView?.directoryOnTop,
favoriteOnTop: true,
filterLivePhoto: true,
groupByField: groupByField)

if withLoadFolder {
Expand Down

0 comments on commit b36186b

Please sign in to comment.