Skip to content

Commit

Permalink
NMC 2157 - size lable upated after nextcloud 5.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed Aug 27, 2024
1 parent 10f5c9c commit 1b655c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOSClient/Main/Collection Common/Cell/NCListCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class NCListCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProto

func writeInfoDateSize(date: NSDate, size: Int64) {
labelInfo.text = NCUtility().dateDiff(date as Date)
labelSubinfo.text = " · " + NCUtilityFileSystem().transformedSize(size)
labelSubinfo.text = ""
}

func setAccessibility(label: String, value: String) {
Expand Down

0 comments on commit 1b655c3

Please sign in to comment.