From 9d19f840fd36d5def68a4708d914751f4156f2c5 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sat, 4 Jan 2025 00:05:48 +0100 Subject: [PATCH] modern .insetGrouped view of the notification settings --- .../Controller/Settings/NotificationsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ios/Controller/Settings/NotificationsViewController.swift b/deltachat-ios/Controller/Settings/NotificationsViewController.swift index 3a6b9921c..aa616c6d7 100644 --- a/deltachat-ios/Controller/Settings/NotificationsViewController.swift +++ b/deltachat-ios/Controller/Settings/NotificationsViewController.swift @@ -74,7 +74,7 @@ internal final class NotificationsViewController: UITableViewController { init(dcAccounts: DcAccounts) { self.dcContext = dcAccounts.getSelected() self.dcAccounts = dcAccounts - super.init(style: .grouped) + super.init(style: .insetGrouped) hidesBottomBarWhenPushed = true }