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 Mar 18, 2024
1 parent cec1c81 commit 8651d53
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 @@ -500,7 +500,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 @@ -580,7 +580,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 @@ -718,7 +718,6 @@ extension NCSelect {
ascending: layoutForView?.ascending,
directoryOnTop: layoutForView?.directoryOnTop,
favoriteOnTop: true,
filterLivePhoto: true,
groupByField: groupByField)

if withLoadFolder {
Expand Down

0 comments on commit 8651d53

Please sign in to comment.