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 }