Skip to content

Commit

Permalink
Hide the logbox window explicitly. New behavior in iOS SDK appears to…
Browse files Browse the repository at this point in the history
… retain UIWindow while visible.
  • Loading branch information
paddlefish committed Oct 18, 2021
1 parent 0c07500 commit 1d47f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions React/CoreModules/RCTLogBox.mm
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ + (BOOL)requiresMainQueueSetup
if (!strongSelf) {
return;
}
[strongSelf->_view setHidden: YES];
strongSelf->_view = nil;
});
}
Expand Down

0 comments on commit 1d47f16

Please sign in to comment.