chore: improve authentication handling #37

Merged
reya merged 6 commits from fix-nostr-connect into master 2026-07-06 07:33:07 +00:00
Showing only changes of commit 8750eaa225 - Show all commits

View File

@@ -626,7 +626,7 @@ fun NewRequests(requests: List<Room>) {
val secondRoom = requests.getOrNull(1)
val firstRoomState by (firstRoom as Room).rememberUiState(nostrViewModel)
val secondRoomState by (secondRoom as Room).rememberUiState(nostrViewModel)
val secondRoomState by (secondRoom ?: firstRoom).rememberUiState(nostrViewModel)
val supportingText = when {
total == 1 -> {