Removed partial bug fix
This is to keep consistency with the live version.
This commit is contained in:
parent
c49c91fa9f
commit
5c06875e6b
1 changed files with 0 additions and 20 deletions
20
Tweak.xm
20
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
|
%end
|
||||||
|
|
||||||
@interface _UIStatusBarTimeItem
|
@interface _UIStatusBarTimeItem
|
||||||
|
@ -66,15 +58,3 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%hook _UIStatusBarNavigationItem
|
|
||||||
|
|
||||||
- (id)applyStyleAttributes:(id)arg1 toDisplayItem:(id)arg2 {
|
|
||||||
return nil;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (id)applyUpdate:(id)arg1 toDisplayItem:(id)arg2 {
|
|
||||||
return nil;
|
|
||||||
}
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
Reference in a new issue