forked from shadowfacts/Tusker
Fix list timeline VC presenting edit screen repeatedly
This commit is contained in:
parent
bf87ae7a7d
commit
9feef054fc
|
@ -49,6 +49,7 @@ class ListTimelineViewController: TimelineViewController {
|
|||
|
||||
if presentEditOnAppear {
|
||||
presentEdit(animated: animated)
|
||||
presentEditOnAppear = false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue