Skip to content

Commit

Permalink
Merge pull request #90 from Myzel394/fix-icon
Browse files Browse the repository at this point in the history
Fix icon
  • Loading branch information
Myzel394 committed Jul 27, 2023
2 parents 237a293 + d0547a1 commit 9f5a3b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,10 @@
"weekdaySelection_selectTitle": "Select Date and Time",
"weekdaySelection_error_startTimeBeforeEndTime": "Start time must be before end time",
"backgroundLocationFetch_title": "Updating location in real-time",
"backgroundLocationFetch_text": "Close the app to stop updating your location in real-time. Locus will still update your location in the background, but with less battery usage.",
"backgroundLocationFetch_text": "Close Locus to stop sharing in real time. Locus will still update your location, but less frequently.",
"@backgroundLocationFetch_text": {
"description": "Keep this very short"
},
"logs_createdAt": "{date}",
"@logs_createdAt": {
"placeholders": {
Expand Down
2 changes: 2 additions & 0 deletions lib/screens/LocationsOverviewScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ class _LocationsOverviewScreenState extends State<LocationsOverviewScreen>
foregroundNotificationConfig: ForegroundNotificationConfig(
notificationText: l10n.backgroundLocationFetch_text,
notificationTitle: l10n.backgroundLocationFetch_title,
notificationIcon:
const AndroidResource(name: "ic_quick_actions_share_now"),
),
);
} else if (isPlatformApple()) {
Expand Down

0 comments on commit 9f5a3b6

Please sign in to comment.