minor UI fix

pull/513/head
ryanzhao 4 years ago
parent 6b81d78d43
commit 260f539283

@ -75,7 +75,6 @@ final class ThreadPickerVC : UIViewController, UITableViewDataSource, UITableVie
let appearance = UINavigationBarAppearance()
appearance.configureWithOpaqueBackground()
appearance.backgroundColor = Colors.navigationBarBackground
appearance.shadowColor = .clear
navigationBar.standardAppearance = appearance;
navigationBar.scrollEdgeAppearance = navigationBar.standardAppearance
}

Loading…
Cancel
Save