mirror of
https://codeberg.org/anoncontributorxmr/mysu.git
synced 2025-01-17 14:46:32 -07:00
#55 fix problem with creating polyseed wallet
This commit is contained in:
parent
60492a21f1
commit
8629c02a72
@ -257,7 +257,7 @@ class OnboardingActivity : WalletOpeningActivity() {
|
||||
walletNameEditText.text.toString(),
|
||||
walletSeed,
|
||||
restoreHeightText,
|
||||
viewModel.useOffset.value ?: false,
|
||||
viewModel.useOffset.value!! || viewModel.seedType.value == OnboardingViewModel.SeedType.POLYSEED,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user