Fix list timeline VC presenting edit screen repeatedly

This commit is contained in:
Shadowfacts 2022-11-19 14:17:25 -05:00
parent bf87ae7a7d
commit 9feef054fc
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class ListTimelineViewController: TimelineViewController {
if presentEditOnAppear {
presentEdit(animated: animated)
presentEditOnAppear = false
}
}