From 260f5392839c917cc9700929dfe2bac3b98d9d40 Mon Sep 17 00:00:00 2001 From: ryanzhao Date: Fri, 1 Oct 2021 09:35:14 +1000 Subject: [PATCH] minor UI fix --- SessionShareExtension/ThreadPickerVC.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SessionShareExtension/ThreadPickerVC.swift b/SessionShareExtension/ThreadPickerVC.swift index e718f63e0..390639c3e 100644 --- a/SessionShareExtension/ThreadPickerVC.swift +++ b/SessionShareExtension/ThreadPickerVC.swift @@ -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 }