mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
+1
-1
@@ -238,7 +238,7 @@ NSArray<UIKeyCommand *> *_keyCommands;
|
|||||||
void gio_setAnimating(CFTypeRef viewRef, int anim) {
|
void gio_setAnimating(CFTypeRef viewRef, int anim) {
|
||||||
GioView *view = (__bridge GioView *)viewRef;
|
GioView *view = (__bridge GioView *)viewRef;
|
||||||
dispatch_async(dispatch_get_main_queue(), ^{
|
dispatch_async(dispatch_get_main_queue(), ^{
|
||||||
[view setAnimating:(anim ? YES : NO)];
|
[view setAnimating:(anim ? YES : NO)];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user