Selaa lähdekoodia

improvement theming

Marino Faggiana 8 vuotta sitten
vanhempi
commit
8149374914
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      iOSClient/Main/CCMain.m

+ 3 - 0
iOSClient/Main/CCMain.m

@@ -312,6 +312,9 @@
     // Menu e Bar
     [self createReMainMenu];
     [self createReSelectMenu];
+
+    // Refresh control
+    _refreshControl.tintColor = [NCBrandColor sharedInstance].brand;
 }
 
 #pragma --------------------------------------------------------------------------------------------