damus

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

commit e6ab1d16d53e4f6205077e2a77e30c6fcf3493bb
parent 94ad5ad366a2c00f10ebdb0e52293a1d2726da2f
Author: Sam DuBois <sdubois@umass.edu>
Date:   Tue, 27 Dec 2022 08:17:40 -0700

Added padding to the tab bar to fix a layout issue for some devices

Closes: #161
Changelog-Fixed: Fixed padding issue on tabbar on some devices

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

diff --git a/damus/ContentView.swift b/damus/ContentView.swift @@ -228,6 +228,7 @@ struct ContentView: View { } TabBar(new_events: $home.new_events, selected: $selected_timeline, action: switch_timeline) + .padding() } .onAppear() { self.connect()