Bugfixes, simplifications

This commit is contained in:
2026-05-16 13:58:38 +02:00
parent db92487782
commit 10e08435a7
6 changed files with 150 additions and 162 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ struct AllNotesScreen: View {
@State private var ownPeer: OwnPeer?
var isUsernameValid: Bool {
username.map(\.isEmpty) ?? false
!(username.map(\.isEmpty) ?? true)
}
var body: some View {