Skip to content

Commit 71a4f49

Browse files
author
Steve Hannah
committed
fixed typo compile error on ios
1 parent 58fdfc2 commit 71a4f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ports/iOSPort/nativeSources/IOSNative.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@ JAVA_LONG com_codename1_impl_ios_IOSNative_createWKBrowserComponent___java_lang_
25052505
com_codename1_impl_ios_IOSNative_createWKBrowserComponent.opaque = NO;
25062506
com_codename1_impl_ios_IOSNative_createWKBrowserComponent.autoresizesSubviews = YES;
25072507

2508-
if (getBooleanClientProperty(CN1_THREAD_GET_STATE_PASS_ARG obj, @"BrowserComponent.ios.debug")) {}
2508+
if (getBooleanClientProperty(CN1_THREAD_GET_STATE_PASS_ARG obj, @"BrowserComponent.ios.debug")) {
25092509
com_codename1_impl_ios_IOSNative_createWKBrowserComponent.inspectable = YES;
25102510
}
25112511

0 commit comments

Comments
 (0)