mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ui: add 10 minutes SimpleX Lock delay (#3255)
This commit is contained in:
committed by
GitHub
parent
8891314507
commit
b25c2e3a09
+1
-1
@@ -317,7 +317,7 @@ private fun showUserGroupsReceiptsAlert(
|
||||
)
|
||||
}
|
||||
|
||||
private val laDelays = listOf(10, 30, 60, 180, 0)
|
||||
private val laDelays = listOf(10, 30, 60, 180, 600, 0)
|
||||
|
||||
@Composable
|
||||
fun SimplexLockView(
|
||||
|
||||
Reference in New Issue
Block a user