diff --git a/Session/Home/GlobalSearch/EmptySearchResultCell.swift b/Session/Home/GlobalSearch/EmptySearchResultCell.swift index 3feb6cd0d..45402292a 100644 --- a/Session/Home/GlobalSearch/EmptySearchResultCell.swift +++ b/Session/Home/GlobalSearch/EmptySearchResultCell.swift @@ -46,6 +46,8 @@ class EmptySearchResultCell: UITableViewCell { public func configure(isLoading: Bool) { if isLoading { + // Calling stopAnimating() here is a workaround for + // the spinner won't change its colour as the theme changed. spinner.stopAnimating() spinner.startAnimating() messageLabel.isHidden = true