summaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/HelperViews/LaunchAnimationView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'TalerWallet1/Views/HelperViews/LaunchAnimationView.swift')
-rw-r--r--TalerWallet1/Views/HelperViews/LaunchAnimationView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/TalerWallet1/Views/HelperViews/LaunchAnimationView.swift b/TalerWallet1/Views/HelperViews/LaunchAnimationView.swift
index de4712d..afce36a 100644
--- a/TalerWallet1/Views/HelperViews/LaunchAnimationView.swift
+++ b/TalerWallet1/Views/HelperViews/LaunchAnimationView.swift
@@ -29,7 +29,7 @@ struct RotatingTaler: View {
.scaledToFit()
.frame(width: size, height: size)
.rotationEffect(rotationDirection ? Angle(degrees: 0) : Angle(degrees: 900))
- .accessibilityHidden(true) // decorative logo
+ .accessibilityLabel("Taler Logo") // decorative logo - with button function
.onReceive(animationTimer) { timerValue in
if rotationEnabled {
withAnimation(.easeInOut(duration: 1.9)) {