We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a9918 commit 3fbca75Copy full SHA for 3fbca75
app/src/main/java/org/kabiri/android/usbterminal/viewmodel/MainActivityViewModel.kt
@@ -101,7 +101,7 @@ internal class MainActivityViewModel
101
arduinoUseCase.disconnect()
102
}
103
104
- fun openDeviceAndPort(device: UsbDevice) = viewModelScope.launch {
+ private fun openDeviceAndPort(device: UsbDevice) = viewModelScope.launch {
105
arduinoUseCase.openDeviceAndPort(device)
106
107
0 commit comments