Skip to content

Commit 5a9b8a0

Browse files
author
欧阳智
committed
跟新har包
1 parent 15901b3 commit 5a9b8a0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

harmony/rn_webview.har

4 Bytes
Binary file not shown.

harmony/rn_webview/src/main/ets/RNCWebViewTurboModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class RNCWebViewTurboModule extends TurboModule {
4444
}
4545

4646
shouldStartLoadWithLockIdentifier(shouldStart: boolean, lockIdentifier: number) {
47-
Logger.debug("WebView",'shouldStartLoadWithLockIdentifier shouldStart: ' + shouldStart);
47+
Logger.info("WebView",'shouldStartLoadWithLockIdentifier shouldStart: ' + shouldStart);
4848
ShouldRequestUrl.setValue(lockIdentifier, shouldStart ? CallbackState.DO_NOT_OVERRIDE : CallbackState.SHOULD_OVERRIDE)
4949
}
5050
}

harmony/rn_webview/src/main/ets/WebView.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export struct WebView {
125125
Logger.error(TAG, "error: " + error)
126126
}
127127
} else if (this.source.uri != "" && this.url != this.source.uri) {
128-
Logger.debug(TAG, `[RNOH] newDescriptor props update uri, this.source.uri`);
128+
Logger.debug(TAG, `[RNOH] newDescriptor props update uri: ` + this.source.uri);
129129
this.url = this.source.uri
130130
this.controller.loadUrl(this.descriptor.props.newSource.uri)
131131
} else {

0 commit comments

Comments
 (0)