Removed partial bug fix

This is to keep consistency with the live version.
This commit is contained in:
NeinZedd9 2018-03-19 12:31:02 -07:00 committed by GitHub
parent c49c91fa9f
commit 5c06875e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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