forked from reya/coop-mobile
basic home screen
This commit is contained in:
@@ -45,7 +45,7 @@ class NostrViewModel(
|
||||
|
||||
// Connect to bootstrap relays
|
||||
nostr.connect()
|
||||
|
||||
|
||||
// Get user's signer secret
|
||||
val secret = secretStore.get("user_signer")
|
||||
|
||||
@@ -119,6 +119,10 @@ class NostrViewModel(
|
||||
}
|
||||
}
|
||||
|
||||
fun import(secret: String) {
|
||||
// TODO: Implement import
|
||||
}
|
||||
|
||||
override fun onCleared() {
|
||||
super.onCleared()
|
||||
// Ensure all relays are disconnect
|
||||
|
||||
Reference in New Issue
Block a user