Skip to content

Commit

Permalink
Use insetGrouped style for SimpleTableViewController
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Oct 22, 2024
1 parent 03de5c9 commit 8529698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NextcloudTalk/SimpleTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SimpleTableViewController: UITableViewController {
self.options = options
self.navigationTitle = title

super.init(style: .grouped)
super.init(style: .insetGrouped)
}

required init?(coder: NSCoder) {
Expand Down

0 comments on commit 8529698

Please sign in to comment.