Skip to content

Commit 7048d14

Browse files
committed
Merge pull request #4 from ianlin/master
Fix a typo ;)
2 parents 90994d3 + 11f9f8b commit 7048d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNInCallManager/RNInCallManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class RNInCallManager: NSObject {
7777
}
7878

7979
@objc func turnScreenOff() -> Void {
80-
print("ios doesn't support turnScreenOn()")
80+
print("ios doesn't support turnScreenOff()")
8181
}
8282

8383
func updateAudioRoute() -> Void {

0 commit comments

Comments
 (0)