Reconcile with 6.1.6-ios branch.

This commit is contained in:
Brent Simmons
2025-01-03 14:45:03 -08:00
parent 8a45b319f7
commit 0d70b9f4ad
9 changed files with 54 additions and 46 deletions

View File

@@ -36,7 +36,7 @@ class TimelineCustomizerViewController: UIViewController {
}
override func viewWillAppear(_ animated: Bool) {
super.viewDidAppear(animated)
super.viewWillAppear(animated)
updatePreviewBorder()
updatePreview()
}