Skip to content

Commit

Permalink
modern .insetGrouped view of the notification settings
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Jan 3, 2025
1 parent bb58ad4 commit 9d19f84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 9d19f84

Please sign in to comment.