feat: enhance profile fetching and update mechanisms in ProtocolManager and MainScreen

This commit is contained in:
k1ngsterr1
2026-02-06 20:58:28 +05:00
parent dcc719ec56
commit d03f76391c
6 changed files with 150 additions and 27 deletions

View File

@@ -171,16 +171,6 @@ class AuthStateManager(
}
}
/**
* Import existing account from seed phrase
*/
suspend fun importAccount(
seedPhrase: List<String>,
password: String
): Result<DecryptedAccountData> {
return createAccount(seedPhrase, password)
}
/**
* Unlock account with password
* Matches loginWithPassword from React Native