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:
authorMarino Faggiana <ios@nextcloud.com>2022-08-06 12:33:21 +0300
committerGitHub <noreply@github.com>2022-08-06 12:33:21 +0300
commitcec0099c7007c5e279f132bed08e0c131a888e35 (patch)
treeb07644fecacd2d8dc3afadac57d1e70936326b1d
parentf6409de669715b445e5b28fab8199276b4d599a2 (diff)
parent66553b76c19d220552204d57c97d844f7877fbd7 (diff)
Merge pull request #2106 from nextcloud/feature/customSearchBar
fix color
-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) {