Skip to content

Commit cb6cd48

Browse files
Update examples/objective-c/CAPViewController.m
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Fran Aguilera <fran.aguilera12@gmail.com>
1 parent e9de369 commit cb6cd48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/objective-c/CAPViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ - (void)saveConfiguration {
355355

356356
[[NSUserDefaults standardUserDefaults] setObject:apiKey forKey:kSavedCaptureAPIKeyKey];
357357
[[NSUserDefaults standardUserDefaults] setObject:apiURLString forKey:kSavedCaptureURLKey];
358-
[[NSUserDefaults standardUserDefaults] synchronize];
359358

360359
UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Saved"
361360
message:@"Restart the app to apply the new settings."

0 commit comments

Comments
 (0)