Skip to content

Commit

Permalink
fix(deploy_beta): тестовый чек
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksandr Pashkevich committed Apr 24, 2024
1 parent caad8d6 commit c717e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridge-to-native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export class BridgeToNative {
}

public checkAndroidAllowOpenInNewWebview() {
const comparisonResult = this.isCurrentVersionHigherOrEqual(
const comparisonResult = this?.isCurrentVersionHigherOrEqual(
START_VERSION_ANDROID_ALLOW_OPEN_NEW_WEBVIEW,
);

Expand Down

0 comments on commit c717e2b

Please sign in to comment.