We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92420f commit 8c67431Copy full SHA for 8c67431
1 file changed
common/src/commonMain/kotlin/com/artemchep/keyguard/common/usecase/impl/GetClipboardAutoClearImpl.kt
@@ -13,7 +13,7 @@ class GetClipboardAutoClearImpl(
13
settingsReadRepository: SettingsReadRepository,
14
) : GetClipboardAutoClear {
15
companion object {
16
- private val DEFAULT_DURATION = with(Duration) { 1L.minutes }
+ private val DEFAULT_DURATION = with(Duration) { INFINITE }
17
}
18
19
private val sharedFlow = settingsReadRepository.getClipboardClearDelay()
0 commit comments