Skip to content
Snippets Groups Projects
Unverified Commit 62608e51 authored by Philipp Woessner's avatar Philipp Woessner Committed by GitHub
Browse files

Fixed stop announcement and missing links (#903)

parent e86ebd5d
No related branches found
No related tags found
No related merge requests found
...@@ -464,7 +464,7 @@ ...@@ -464,7 +464,7 @@
</p> </p>
<p> <p>
Eine ausführliche Anleitung zur Einrichtung der App unter iOS und Android Eine ausführliche Anleitung zur Einrichtung der App unter iOS und Android
finden Sie unter [<em>Link</em>]. Die Anleitung dient lediglich der finden Sie unter https://www.coronawarn.app/de/. Die Anleitung dient lediglich der
Erläuterung und ist nicht Teil dieser Nutzungsbedingungen. Erläuterung und ist nicht Teil dieser Nutzungsbedingungen.
</p> </p>
<p> <p>
......
...@@ -441,7 +441,7 @@ ...@@ -441,7 +441,7 @@
</p> </p>
<p> <p>
iOS ve Android uyarınca UYGULAMA'nın ayarlanması ile ilgili ayrıntılı iOS ve Android uyarınca UYGULAMA'nın ayarlanması ile ilgili ayrıntılı
talimatı [<em>Link</em>] bulabilirsiniz. Kılavuz sadece aydınlatma amacı talimatı https://www.coronawarn.app/en/ bulabilirsiniz. Kılavuz sadece aydınlatma amacı
taşır ve bu kullanım koşullarının bir parçası değildir. taşır ve bu kullanım koşullarının bir parçası değildir.
</p> </p>
<p> <p>
......
...@@ -25,6 +25,7 @@ import de.rki.coronawarnapp.util.ExternalActionHelper ...@@ -25,6 +25,7 @@ import de.rki.coronawarnapp.util.ExternalActionHelper
import de.rki.coronawarnapp.util.IGNORE_CHANGE_TAG import de.rki.coronawarnapp.util.IGNORE_CHANGE_TAG
import de.rki.coronawarnapp.util.formatter.formatTracingSwitchEnabled import de.rki.coronawarnapp.util.formatter.formatTracingSwitchEnabled
import de.rki.coronawarnapp.worker.BackgroundWorkScheduler import de.rki.coronawarnapp.worker.BackgroundWorkScheduler
import kotlinx.android.synthetic.main.fragment_settings_tracing.view.*
import kotlinx.coroutines.launch import kotlinx.coroutines.launch
/** /**
...@@ -106,6 +107,9 @@ class SettingsTracingFragment : Fragment(), ...@@ -106,6 +107,9 @@ class SettingsTracingFragment : Fragment(),
// Make sure that listener is called by user interaction // Make sure that listener is called by user interaction
if (switch.tag != IGNORE_CHANGE_TAG) { if (switch.tag != IGNORE_CHANGE_TAG) {
startStopTracing() startStopTracing()
// Focus on the body text after to announce the tracing status for accessibility reasons
binding.settingsTracingSwitchRow.settingsSwitchRowHeaderBody
.sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUSED)
} }
} }
row.setOnClickListener { row.setOnClickListener {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment