|
@@ -271,15 +271,15 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- (void)_updateUploadItem:(UIBarButtonItem *)item withUploadCount:(NSUInteger)count {
|
|
- (void)_updateUploadItem:(UIBarButtonItem *)item withUploadCount:(NSUInteger)count {
|
|
|
-
|
|
|
|
|
- if (item) {
|
|
|
|
|
-
|
|
|
|
|
- if (count > 0) {
|
|
|
|
|
- item.tintColor = UIColorFromRGB(0x299D4D);
|
|
|
|
|
- } else {
|
|
|
|
|
- item.tintColor = ApexDriverWhiteColor;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ item.tintColor = ApexDriverWhiteColor;
|
|
|
|
|
+// if (item) {
|
|
|
|
|
+//
|
|
|
|
|
+// if (count > 0) {
|
|
|
|
|
+// item.tintColor = UIColorFromRGB(0x299D4D);
|
|
|
|
|
+// } else {
|
|
|
|
|
+// item.tintColor = ApexDriverWhiteColor;
|
|
|
|
|
+// }
|
|
|
|
|
+// }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#pragma mark - Action
|
|
#pragma mark - Action
|