final push for this repo for a while

This commit is contained in:
MPG13 2018-07-08 14:56:07 -06:00
parent 1362c7234f
commit f599eadfa4
3 changed files with 3 additions and 10 deletions

View file

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

View file

@ -1 +1 @@
4
31

View file

@ -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]];
}
}