mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-02-09 08:44:39 +01:00
Add Blek source dependency
This commit is contained in:
@@ -132,7 +132,6 @@ internal class GLSViewModel @Inject constructor(
|
||||
fun onEvent(event: GLSScreenViewEvent) {
|
||||
when (event) {
|
||||
OpenLoggerEvent -> logger.launch()
|
||||
DisconnectEvent -> navigationManager.navigateUp()
|
||||
is OnWorkingModeSelected -> onEvent(event)
|
||||
is OnGLSRecordClick -> navigateToDetails(event.record)
|
||||
DisconnectEvent -> navigationManager.navigateUp()
|
||||
|
||||
@@ -79,6 +79,6 @@ include(":lib_utils")
|
||||
// includeBuild("../Android-Common-Libraries")
|
||||
//}
|
||||
|
||||
//if (file("../Kotlin-BLE-Library").exists()) {
|
||||
// includeBuild("../Kotlin-BLE-Library")
|
||||
//}
|
||||
if (file("../Kotlin-BLE-Library").exists()) {
|
||||
includeBuild("../Kotlin-BLE-Library")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user