Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <ios@nextcloud.com>2022-08-05 18:33:30 +0300
committermarinofaggiana <ios@nextcloud.com>2022-08-05 18:33:30 +0300
commit66553b76c19d220552204d57c97d844f7877fbd7 (patch)
tree9009148a74993653b410d2edfd7e8d4d153eb53c /iOSClient
parent49c1dae2f7e85d1c694d00b6bd1c38671d1adf41 (diff)
Signed-off-by: marinofaggiana <ios@nextcloud.com>
Diffstat (limited to 'iOSClient')
-rw-r--r--iOSClient/Main/Section Header Footer/NCSectionFooter.xib2
-rw-r--r--iOSClient/Main/Section Header Footer/NCSectionHeaderFooter.swift1
2 files changed, 2 insertions, 1 deletions
diff --git a/iOSClient/Main/Section Header Footer/NCSectionFooter.xib b/iOSClient/Main/Section Header Footer/NCSectionFooter.xib
index 296af0fb7..86d9bb416 100644
--- a/iOSClient/Main/Section Header Footer/NCSectionFooter.xib
+++ b/iOSClient/Main/Section Header Footer/NCSectionFooter.xib
@@ -29,7 +29,7 @@
<action selector="touchUpInsideButton:" destination="Vin-9E-7nW" eventType="touchUpInside" id="XSh-0v-WHJ"/>
</connections>
</button>
- <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="medium" translatesAutoresizingMaskIntoConstraints="NO" id="qWG-SR-Qly">
+ <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="qWG-SR-Qly">
<rect key="frame" x="177.5" y="5" width="20" height="20"/>
</activityIndicatorView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="s2m-yO-4x0" userLabel="separator">
diff --git a/iOSClient/Main/Section Header Footer/NCSectionHeaderFooter.swift b/iOSClient/Main/Section Header Footer/NCSectionHeaderFooter.swift
index b80d364ca..c285aa357 100644
--- a/iOSClient/Main/Section Header Footer/NCSectionHeaderFooter.swift
+++ b/iOSClient/Main/Section Header Footer/NCSectionHeaderFooter.swift
@@ -339,6 +339,7 @@ class NCSectionFooter: UICollectionReusableView, NCSectionFooterDelegate {
buttonIsHidden(true)
activityIndicatorSection.isHidden = true
+ activityIndicatorSection.color = NCBrandColor.shared.label
}
func setTitleLabel(directories: Int, files: Int, size: Int64) {