Skip to content

Commit

Permalink
Update RadarDelegateHolder.m
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyHuRadar authored Nov 25, 2024
1 parent b079fdc commit 9d1dd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadarSDK/RadarDelegateHolder.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ - (void)didFailWithStatus:(RadarStatus)status {
}

- (void)didLogMessage:(NSString *)message {
[RadarUtils runOnSerialQueue:^{
[RadarUtils runOnMainThread:^{
if (self.delegate) {
[self.delegate didLogMessage:message];
}
Expand Down

0 comments on commit 9d1dd5b

Please sign in to comment.