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

Commit 465946e

Browse files
committed
readonly
1 parent 1e7382b commit 465946e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/platform_message_handler_ios.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
static uint64_t platform_message_counter = 1;
1515

1616
@interface FLTSerialTaskQueue : NSObject <FlutterTaskQueueDispatch>
17-
@property(nonatomic, strong) dispatch_queue_t queue;
17+
@property(nonatomic, readonly) dispatch_queue_t queue;
1818
@end
1919

2020
@implementation FLTSerialTaskQueue

0 commit comments

Comments
 (0)