mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Daily arc lint --take CLANGFORMAT
Reviewed By: zertosh Differential Revision: D20666684 fbshipit-source-id: 32255ac7509e0257693969a7b4b044569af30df7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
53212e1541
commit
ec2cfe98d2
@@ -93,7 +93,7 @@ RCT_EXPORT_METHOD(show)
|
||||
if (RCTRedBoxGetEnabled()) {
|
||||
__weak RCTLogBox *weakSelf = self;
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
__strong RCTLogBox *strongSelf = weakSelf;
|
||||
__strong RCTLogBox *strongSelf = weakSelf;
|
||||
if (!strongSelf) {
|
||||
return;
|
||||
}
|
||||
@@ -110,7 +110,7 @@ RCT_EXPORT_METHOD(hide)
|
||||
if (RCTRedBoxGetEnabled()) {
|
||||
__weak RCTLogBox *weakSelf = self;
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
__strong RCTLogBox *strongSelf = weakSelf;
|
||||
__strong RCTLogBox *strongSelf = weakSelf;
|
||||
if (!strongSelf) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user