damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit b73b1da46e01b46e7f4a60f57da6debef3b65ccf
parent f06b88213985faf3b8e1448aa50bdcd88ac0870e
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 30 Jan 2024 17:38:42 -0800

purple: prevent screen dismiss on purple welcome view

Suggested-by: Daniel Daquino <daniel@daquino.me>
Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mdamus/Views/Purple/DamusPurpleWelcomeView.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/damus/Views/Purple/DamusPurpleWelcomeView.swift b/damus/Views/Purple/DamusPurpleWelcomeView.swift @@ -122,6 +122,7 @@ struct DamusPurpleWelcomeView: View { }) }) + .interactiveDismissDisabled() } }