Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 29, 2020
1 parent 8e1d1a0 commit 84bf3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDriverAgentLib/Utilities/FBConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ + (NSString *)dismissAlertButtonSelector
return FBDismissAlertButtonSelector;
}

+ (void)setSkipAdjustingScreenshotOrientation:(BOOL)isEnabled:(BOOL)isEnabled
+ (void)setSkipAdjustingScreenshotOrientation:(BOOL)isEnabled
{
FBSkipAdjustingScreenshotOrientation = isEnabled;
}
Expand Down

0 comments on commit 84bf3ff

Please sign in to comment.