moved to 60 seconds
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
8b69c3eb15
commit
7b2e7f3c4f
@ -108,7 +108,7 @@ open class Loader: View {
|
|||||||
// Focus VoiceOver on this view
|
// Focus VoiceOver on this view
|
||||||
UIAccessibility.post(notification: .layoutChanged, argument: self)
|
UIAccessibility.post(notification: .layoutChanged, argument: self)
|
||||||
|
|
||||||
loadingTimer = Timer.scheduledTimer(withTimeInterval: 20, repeats: true) { [weak self] _ in
|
loadingTimer = Timer.scheduledTimer(withTimeInterval: 60, repeats: true) { [weak self] _ in
|
||||||
self?.accessibilityLabel = "Still Loading"
|
self?.accessibilityLabel = "Still Loading"
|
||||||
UIAccessibility.post(notification: .announcement, argument: "Still Loading")
|
UIAccessibility.post(notification: .announcement, argument: "Still Loading")
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user