RU-T47 Trying to fix android permission issue. #445
react-native-cicd.yml
on: pull_request
Annotations
5 warnings
|
test:
src/stores/app/livekit-store.ts#L590
Replace `⏎········room.connect(voipServerWebsocketSslAddress,·token),⏎········15_000,⏎········'room.connect'⏎······` with `room.connect(voipServerWebsocketSslAddress,·token),·15_000,·'room.connect'`
|
|
test:
src/stores/app/livekit-store.ts#L533
Replace `⏎············AudioSession.startAudioSession(),⏎············10_000,⏎············'AudioSession.startAudioSession'⏎··········` with `AudioSession.startAudioSession(),·10_000,·'AudioSession.startAudioSession'`
|
|
test:
src/stores/app/livekit-store.ts#L496
Replace `⏎········get().requestPermissions(),⏎········10_000,⏎········'requestPermissions'⏎······` with `get().requestPermissions(),·10_000,·'requestPermissions'`
|
|
test:
src/stores/app/livekit-store.ts#L457
Replace `⏎··········'Voice·Connection·Timeout',⏎··········`The·connection·to·"${roomInfo.Name}"·took·too·long.·Please·try·again.`,⏎··········[{·text:·'OK'·}]⏎········` with `'Voice·Connection·Timeout',·`The·connection·to·"${roomInfo.Name}"·took·too·long.·Please·try·again.`,·[{·text:·'OK'·}]`
|
|
test:
src/components/maps/static-map.tsx#L40
Replace `⏎········style={StyleSheet.flatten([styles.map,·{·height·}])}⏎········styleURL={mapStyle}⏎········logoEnabled={false}⏎········attributionEnabled={false}⏎········compassEnabled={true}⏎········zoomEnabled={true}⏎········rotateEnabled={true}⏎······` with `·style={StyleSheet.flatten([styles.map,·{·height·}])}·styleURL={mapStyle}·logoEnabled={false}·attributionEnabled={false}·compassEnabled={true}·zoomEnabled={true}·rotateEnabled={true}`
|