Skip to content

Commit a946da3

Browse files
committed
AppDelegate: Nukes unneeded self
1 parent 505ab42 commit a946da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private extension AppDelegate {
133133

134134
// Take advantage of a bug in UIAlertController
135135
// to style all UIAlertControllers with WC color
136-
self.window?.tintColor = StyleManager.wooCommerceBrandColor
136+
window?.tintColor = StyleManager.wooCommerceBrandColor
137137
}
138138

139139
/// Sets up FancyButton's UIAppearance.

0 commit comments

Comments
 (0)