Skip to content

Commit

Permalink
Merge pull request #1848 from nextcloud/simple-table-vc-inset-grouped
Browse files Browse the repository at this point in the history
Use insetGrouped style for SimpleTableViewController
  • Loading branch information
Ivansss authored Oct 24, 2024
2 parents d536745 + 8529698 commit 2906ca9
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 2906ca9

Please sign in to comment.