Skip to content

Commit

Permalink
Fix override error in IOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyvanhees authored Mar 7, 2022
1 parent 98c4edc commit 2d70208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/GoogleNearbyMessages.swift
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class NearbyMessages: RCTEventEmitter {

// Called when the UIView gets destroyed (e.g. App reload)
@objc
func invalidate() {
override func invalidate() {
print("GNM_BLE: invalidate")
disconnect()
}
Expand Down

0 comments on commit 2d70208

Please # to comment.