Фикс TOTP 2fa
This commit is contained in:
@@ -100,8 +100,8 @@ fun TwoFaTokensScreen(
|
||||
val scope = rememberCoroutineScope()
|
||||
val nowMillis by produceState(initialValue = System.currentTimeMillis()) {
|
||||
while (true) {
|
||||
withFrameMillis { frameTimeMillis ->
|
||||
value = frameTimeMillis
|
||||
withFrameMillis {
|
||||
value = System.currentTimeMillis()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user