Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Dec 5, 2024
1 parent 9381282 commit d95c193
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/java/com/koalasat/pokey/ui/home/HomeFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ class HomeFragment : Fragment() {
buttonAmber.setOnClickListener {
ExternalSigner.savePubKey {
dialog.hide()
val hexPub = NostrClient.parseNpub(it.toString())
createUser(hexPub, 1)
createUser(it.toString(), 1)
}
}

Expand Down

0 comments on commit d95c193

Please sign in to comment.