Skip to content

Commit e503e35

Browse files
committed
port KSTO to new communication methods
1 parent dea4f76 commit e503e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/views/streaming/radio/controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
} from 'react-native'
1212
import * as c from '../../components/colors'
1313
import {TabBarIcon} from '../../components/tabbar-icon'
14-
import {phonecall} from 'react-native-communications'
14+
import {callPhone} from '../../components/call-phone'
1515
import {Row} from '../../components/layout'
1616
import type {TopLevelViewPropsType} from '../../types'
1717
import {StreamPlayer} from './player'
@@ -84,7 +84,7 @@ export class KSTOView extends React.PureComponent<Props, State> {
8484
}
8585

8686
callStation = () => {
87-
phonecall(stationNumber, false)
87+
callPhone(stationNumber)
8888
}
8989

9090
renderPlayButton = (state: PlayState) => {

0 commit comments

Comments
 (0)