final push for this repo for a while
This commit is contained in:
parent
1362c7234f
commit
f599eadfa4
3 changed files with 3 additions and 10 deletions
|
@ -1 +1 @@
|
|||
./packages/com.mpg13.undertime_1.4.1-4+debug_iphoneos-arm.deb
|
||||
./packages/com.mpg13.undertime_1.4.1-31+debug_iphoneos-arm.deb
|
||||
|
|
|
@ -1 +1 @@
|
|||
4
|
||||
31
|
9
Tweak.xm
9
Tweak.xm
|
@ -187,15 +187,8 @@ static void udtTimerLoad(){
|
|||
[formatter setDateFormat:@"yyyy/MM/dd HH:mm:ss"];
|
||||
[formatter setTimeZone:[NSTimeZone defaultTimeZone]];
|
||||
|
||||
if ([NSThread isMainThread]) {
|
||||
[udtTimer scheduleInRunLoop:[NSRunLoop mainRunLoop]];
|
||||
} else {
|
||||
dispatch_async(dispatch_get_main_queue(), ^ {
|
||||
[udtTimer scheduleInRunLoop:[NSRunLoop mainRunLoop]];
|
||||
});
|
||||
[udtTimer scheduleInRunLoop:[NSRunLoop mainRunLoop]];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue