Coverage Summary for Class: KeepScreenOnKt (com.vsevolodganin.clicktrack.utils.compose)
Class |
Class, %
|
Method, %
|
Branch, %
|
Line, %
|
Instruction, %
|
KeepScreenOnKt |
0%
(0/1)
|
0%
(0/2)
|
|
0%
(0/1)
|
0%
(0/45)
|
package com.vsevolodganin.clicktrack.utils.compose
import android.view.View
import androidx.compose.runtime.Composable
import androidx.compose.runtime.NonRestartableComposable
import androidx.compose.ui.viewinterop.AndroidView
@Composable
@NonRestartableComposable
actual fun KeepScreenOn() = AndroidView({ View(it).apply { keepScreenOn = true } })