Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

[IB2-365] [iPhone X] [Settings] look kind of broken

  • Loading branch information
Tim Palade authored and sharath-cliqz committed Sep 7, 2018
1 parent ac24162 commit 6120f3ae149613c9b65ca7662e4bb2b13a2fe7c8
Showing with 6 additions and 0 deletions.
  1. +6 −0 Client/Frontend/Settings/SettingsTableViewController.swift
@@ -601,6 +601,12 @@ class SettingsTableViewController: UITableViewController {
} else {
headerView.showTopBorder = true
}

//Cliqz: Fix
let bgView = UIView()
bgView.backgroundColor = SettingsUX.TableViewHeaderBackgroundColor
headerView.backgroundView = bgView
//End
return headerView
}

0 comments on commit 6120f3a

Please sign in to comment.