Skip to content

Instantly share code, notes, and snippets.

View syarihu's full-sized avatar

syarihu syarihu

View GitHub Profile
@syarihu
syarihu / ClickableOnceForJetpackCompose.kt
Last active April 11, 2024 13:26
Double tap prevention for jetpack compose
import androidx.compose.foundation.clickable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
import androidx.compose.runtime.setValue
import androidx.compose.ui.Modifier
import androidx.compose.ui.composed
import kotlinx.coroutines.delay