Skip to content

Commit

Permalink
Change height to fit notification privacy picker items
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed May 2, 2024
1 parent 91e943a commit 82a4b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Monal/Classes/PrivacySettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ struct PrivacyScreen: View {
Text(getNotificationPrivacyOption(option)).tag(option.rawValue)
}
}
.frame(width: .infinity, height: 56, alignment: .trailing)
Toggle(isOn: $privacyDefaultDB.omemoDefaultOn) {
Text("Enable encryption by default for new chats")
}
Expand Down

0 comments on commit 82a4b71

Please sign in to comment.