forked from zelo72/mastodon-ios
fix: grouped style default corner radius applied to appearance setting issue. resolve #350
This commit is contained in:
parent
2a986ec1ce
commit
33d68e8b6d
|
@ -85,6 +85,9 @@ class SettingsAppearanceTableViewCell: UITableViewCell {
|
|||
subview.removeFromSuperview()
|
||||
}
|
||||
}
|
||||
|
||||
// remove grouped style table corner radius
|
||||
layer.cornerRadius = 0
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue