Skip to content

Commit 7d2cb6c

Browse files
committed
fixup: nullable
1 parent 715653d commit 7d2cb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XBMC Remote/Utilities.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ - (void)setX:(CGFloat)x alpha:(CGFloat)alpha {
12431243
self.alpha = alpha;
12441244
}
12451245

1246-
- (void)defaultAnimate:(void(^)(void))animations duration:(NSTimeInterval)seconds {
1246+
- (void)defaultAnimate:(nullable void(^)(void))animations duration:(NSTimeInterval)seconds {
12471247
if (animations) {
12481248
[UIView animateWithDuration:seconds
12491249
delay:0.0

0 commit comments

Comments
 (0)