damus

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

commit 0bdec912f814ecc11bffad2c0b9fff7e5a17b066
parent 6d8312fa5700acf2700a5712abfdd2041dc475c1
Author: OlegAba <mail@olegaba.com>
Date:   Fri, 10 Feb 2023 17:51:09 -0500

Restrict dynamic font type - max size

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

diff --git a/damus/damusApp.swift b/damus/damusApp.swift @@ -32,6 +32,7 @@ struct MainView: View { } } } + .dynamicTypeSize(.xSmall ... .xxxLarge) .onReceive(handle_notify(.logout)) { _ in try? clear_keypair() keypair = nil