Fixes unbalances calls of beginBackgroundTask and endBackgroundTask, fixes crash on force unwrap #3918

pull/4396/head
Hwee-Boon Yar 3 years ago committed by Krypto Pank
parent 1da8b6630b
commit 785d914d53
  1. 6
      AlphaWallet.xcodeproj/project.pbxproj
  2. 5
      AlphaWallet.xcworkspace/xcshareddata/swiftpm/Package.resolved

@ -7505,10 +7505,10 @@
/* Begin XCRemoteSwiftPackageReference section */ /* Begin XCRemoteSwiftPackageReference section */
8717D37127B2947000FB789D /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */ = { 8717D37127B2947000FB789D /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */ = {
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/WalletConnect/WalletConnectSwiftV2"; repositoryURL = "https://github.com/oa-s/WalletConnectSwiftV2";
requirement = { requirement = {
kind = upToNextMajorVersion; kind = revision;
minimumVersion = 0.5.0; revision = 5f795d34fda6eb907803932c567af97c88a56e55;
}; };
}; };
87FBF2AF28056AC200616B7D /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = { 87FBF2AF28056AC200616B7D /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {

@ -111,10 +111,9 @@
{ {
"identity" : "walletconnectswiftv2", "identity" : "walletconnectswiftv2",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/WalletConnectSwiftV2", "location" : "https://github.com/oa-s/WalletConnectSwiftV2",
"state" : { "state" : {
"revision" : "5ea0265d34f18ec48d71fc299adacecdacc904bb", "revision" : "5f795d34fda6eb907803932c567af97c88a56e55"
"version" : "0.5.0"
} }
} }
], ],

Loading…
Cancel
Save