Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
readonly
  • Loading branch information
jmagman committed Apr 25, 2024
commit 465946ef30dfa1864e2f9a2bb8ea52a82582058e
2 changes: 1 addition & 1 deletion shell/platform/darwin/ios/platform_message_handler_ios.mm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
static uint64_t platform_message_counter = 1;

@interface FLTSerialTaskQueue : NSObject <FlutterTaskQueueDispatch>
@property(nonatomic, strong) dispatch_queue_t queue;
@property(nonatomic, readonly) dispatch_queue_t queue;
@end

@implementation FLTSerialTaskQueue
Expand Down