add bottom sheet

This commit is contained in:
2026-05-06 09:27:34 +07:00
parent 06252ecbb4
commit eb2f543f53
3 changed files with 71 additions and 1 deletions
@@ -83,6 +83,13 @@ class Nostr {
client?.shutdown()
}
fun exit() {
signer = null
deviceSigner = null
userPubkey = null
contactList = emptyList()
}
suspend fun setKeySigner(keys: Keys) {
try {
signer = NostrSigner.keys(keys)