Skip to content

Commit

Permalink
Update location request dialog for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed Jul 11, 2024
1 parent e9a0c3d commit 824e7fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/loader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ class LoaderState extends State<Loader> {
return DialogLayout(
title: 'Standortfreigabe',
text:
"PrioBike benötigt deinen Standort für die Navigation, die Anzeige von Orten und Ampeln in deiner Nähe. Standortfreigabe erteilen?",
"PrioBike benötigt deinen Standort für die Navigation und die Anzeige von Orten und Ampeln in deiner Nähe.\n"
"Wenn Du während der Fahrt die App minimerst oder das Handy sperrst, benutzt die App den Standort im Hintergrund, damit die Fahrt nicht unterbrochen wird und diese beim Zurückkehren zur App direkt wieder fortgesetzt werden kann.\n\n"
"Standortfreigabe erteilen?",
actions: [
BigButtonPrimary(
label: "Freigeben",
Expand Down

0 comments on commit 824e7fe

Please sign in to comment.