Skip to content

Commit

Permalink
the last hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfill-gen committed Mar 31, 2022
1 parent e462640 commit 25d020f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PandaSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "PandaSDK"
spec.version = "0.7.12"
spec.version = "0.7.13"
spec.summary = "Panda pod which will help us boost our revenue."

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion Sources/PandaSDK/Views/WebViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class WebViewController: UIViewController, WKScriptMessageHandler {
private lazy var wv: WKWebView = {
let config = getWKWebViewConfiguration()
let wv = WKWebView(frame: view.bounds, configuration: config)
if viewModel.screenData.id.string == "69c444b9-42c5-473a-a22a-873879b7f3ae" || viewModel.screenData.id.string == "451406e2-0b29-4df4-b4cf-2844ea111fc3" {
if viewModel.screenData.id.string == "69c444b9-42c5-473a-a22a-873879b7f3ae" || viewModel.screenData.id.string == "d061da4e-9752-4379-9e6b-32f52cf298c9" {
wv.addObserver(self, forKeyPath: #keyPath(WKWebView.isLoading), options: .new, context: nil)
} else {
wv.navigationDelegate = self
Expand Down

0 comments on commit 25d020f

Please sign in to comment.