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

Commit a87814b

Browse files
committed
clang-tidy
1 parent 8cbc7b3 commit a87814b

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
@@ -172,8 +172,8 @@ - (void)updateVisualEffectView:(UIVisualEffectView*)visualEffectView {
172172

173173
@interface ChildClippingView ()
174174

175-
@property(nonatomic, strong) NSArray<PlatformViewFilter*>* filters;
176-
@property(nonatomic, strong) NSMutableArray<UIVisualEffectView*>* backdropFilterSubviews;
175+
@property(nonatomic, copy) NSArray<PlatformViewFilter*>* filters;
176+
@property(nonatomic) NSMutableArray<UIVisualEffectView*>* backdropFilterSubviews;
177177

178178
@end
179179

@@ -446,7 +446,7 @@ @interface FlutterClippingMaskViewPool ()
446446

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

451451
@end
452452

0 commit comments

Comments
 (0)