Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ab764a4

Browse files
committed
Missing return value
1 parent 46e570d commit ab764a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/platform/darwin/ios/framework/Source/FlutterMetalLayer.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ - (IOSurface*)createIOSurface {
238238
}
239239
}
240240
[_availableDrawables removeObject:res];
241+
return res;
241242
}
242243
}
243244
}

0 commit comments

Comments
 (0)