From 5c06875e6b32a1abf1bb5d344a4971a615537af4 Mon Sep 17 00:00:00 2001 From: NeinZedd9 Date: Mon, 19 Mar 2018 12:31:02 -0700 Subject: [PATCH] Removed partial bug fix This is to keep consistency with the live version. --- Tweak.xm | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Tweak.xm b/Tweak.xm index 03cba74..4cf62f0 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -26,14 +26,6 @@ } } -- (void)setCenter:(CGPoint)point { - if([self.text containsString:@":"]) { - point.x = 26.83333333333; - point.y = 6.666666666666; - } - %orig(point); -} - %end @interface _UIStatusBarTimeItem @@ -66,15 +58,3 @@ } %end - -%hook _UIStatusBarNavigationItem - -- (id)applyStyleAttributes:(id)arg1 toDisplayItem:(id)arg2 { - return nil; -} - -- (id)applyUpdate:(id)arg1 toDisplayItem:(id)arg2 { - return nil; -} - -%end