Wishlist update

This commit is contained in:
Pfeil, Scott Robert 2020-06-17 22:17:10 -04:00
parent cca328fcaf
commit 0cf5d641e9

View File

@ -1069,6 +1069,7 @@ CGFloat const PanelAnimationDuration = 0.2;
if ([self.rightPanelButton respondsToSelector:@selector(setIconColor:)]) { if ([self.rightPanelButton respondsToSelector:@selector(setIconColor:)]) {
[((UIBarButtonItem <MVMCoreUIPanelButtonProtocol>*)self.rightPanelButton) setIconColor:color]; [((UIBarButtonItem <MVMCoreUIPanelButtonProtocol>*)self.rightPanelButton) setIconColor:color];
} }
[self.backButton setTintColor:color];
} }
@end @end