You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For HD Wallet feature, we have a new account recovery flow. Please refactor current screen done in xml and design new one using compose. Implement code first in app module, but once you get it working...try to put as much code into common wallet-sdk module when creating PR since we want this to be reusable in other apps
Refactor first screen from xml to compose
Design new bottom sheet that allows user to pick BIP39 or Algo25
Refactor third screen from xml to compose (should handle 24 or 25 words)
The text was updated successfully, but these errors were encountered:
For HD Wallet feature, we have a new account recovery flow. Please refactor current screen done in xml and design new one using compose. Implement code first in
app
module, but once you get it working...try to put as much code into commonwallet-sdk
module when creating PR since we want this to be reusable in other appsThe text was updated successfully, but these errors were encountered: