Drop unused animate on appear delay
This commit is contained in:
parent
48d499569b
commit
14dd920ef1
|
@ -242,9 +242,6 @@ extension Constants {
|
|||
enum Delays {
|
||||
static let scrolling = 100
|
||||
|
||||
// @available(*, deprecated, message: "for weird animation when using withAnimation() in View.onAppear")
|
||||
static let xxxAnimateOnAppear = 200
|
||||
|
||||
// @available(*, deprecated, message: "file importer stops showing again after closing with swipe down")
|
||||
static let xxxPresentFileImporter = 200
|
||||
|
||||
|
|
Loading…
Reference in New Issue