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

Commit 6ac5e98

Browse files
committed
clang-tidy
1 parent a567cf9 commit 6ac5e98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ - (void)updateVisualEffectView:(UIVisualEffectView*)visualEffectView {
174174

175175
@interface ChildClippingView ()
176176

177-
@property(nonatomic, strong) NSArray<PlatformViewFilter*>* filters;
178-
@property(nonatomic, strong) NSMutableArray<UIVisualEffectView*>* backdropFilterSubviews;
177+
@property(nonatomic, copy) NSArray<PlatformViewFilter*>* filters;
178+
@property(nonatomic) NSMutableArray<UIVisualEffectView*>* backdropFilterSubviews;
179179

180180
@end
181181

@@ -448,7 +448,7 @@ @interface FlutterClippingMaskViewPool ()
448448

449449
// The pool contains the views that are available to use.
450450
// The number of items in the pool must not excceds `capacity`.
451-
@property(nonatomic, copy) NSMutableSet<FlutterClippingMaskView*>* pool;
451+
@property(nonatomic) NSMutableSet<FlutterClippingMaskView*>* pool;
452452

453453
@end
454454

0 commit comments

Comments
 (0)