feat: Add rounded corners to account list item and add account button in SelectAccountScreen and UnlockScreen

This commit is contained in:
k1ngsterr1
2026-01-09 03:27:44 +05:00
parent 3cad4edd9b
commit ec70d1e216
9 changed files with 25 additions and 26 deletions

View File

@@ -102,6 +102,7 @@ class Protocol(
}
isManuallyClosed = false
reconnectAttempts = 0 // Reset reconnect attempts on new connection
_state.value = ProtocolState.CONNECTING
_lastError.value = null