mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
17 lines
No EOL
329 B
Kotlin
17 lines
No EOL
329 B
Kotlin
package com.geeksville.mesh.ui
|
|
|
|
|
|
/**
|
|
* Track compose screen visibility
|
|
*/
|
|
/*
|
|
@Composable
|
|
fun analyticsScreen(name: String) {
|
|
onCommit(AppStatus.currentScreen) {
|
|
GeeksvilleApplication.analytics.sendScreenView(name)
|
|
|
|
onDispose {
|
|
GeeksvilleApplication.analytics.endScreenView()
|
|
}
|
|
}
|
|
} */ |