MESSENGER-5706 refactoring

This commit is contained in:
JanNiklas Grabowski
2024-03-01 14:34:41 +01:00
parent ebcb633892
commit 11a27b2346
2 changed files with 1 additions and 2 deletions
@@ -90,7 +90,7 @@ struct DeveloperSettingsView: View {
.font(.system(size: 17))
}
.sheet(isPresented: $showAnnouncementFederation) {
IntroduceFederationView()
FederationAnnouncementView()
.interactiveDismissDisabled()
.environmentObject(BWIThemeService.shared)
}