Skip to content

Commit

Permalink
[#1467] Detekt fix
Browse files Browse the repository at this point in the history
Closes #1467
  • Loading branch information
Milan-Cerovsky committed Jul 19, 2024
1 parent 1c433e8 commit a487848
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ fun RestoreWallet(
LaunchedEffect(Unit) {
userWordList.wordValidation().collect {
if (it is SeedPhraseValidation.Valid) {
// TODO [1522]: temporary fix to wait for other states to update first
// TODO [1522]: https://github.com/Electric-Coin-Company/zashi-android/issues/1522
// TODO [#1522]: temporary fix to wait for other states to update first
// TODO [#1522]: https://github.com/Electric-Coin-Company/zashi-android/issues/1522
@Suppress("MagicNumber")
delay(100)
isSeedValid = true
Expand Down

0 comments on commit a487848

Please # to comment.