Fix/nostr dm bottom sheet (#598)

* nostr in new dm sheets

* open sheet for nostr peers
This commit is contained in:
callebtc
2026-01-14 17:38:47 +07:00
committed by GitHub
parent 216352c39d
commit e769a03634
5 changed files with 45 additions and 12 deletions
@@ -76,7 +76,12 @@ object ConversationAliasResolver {
if (selected != null && keysToMerge.contains(selected)) {
state.setSelectedPrivateChatPeer(targetPeerID)
}
// Switch sheet peer if currently viewing an alias that got merged
val sheetPeer = state.getPrivateChatSheetPeerValue()
if (sheetPeer != null && keysToMerge.contains(sheetPeer)) {
state.setPrivateChatSheetPeer(targetPeerID)
}
}
}
}