Hide indicator on iOS

This commit is contained in:
Anton Tananaev 2025-07-14 18:31:38 -07:00
parent 17be5d0e72
commit f89edaf3a1

View file

@ -115,6 +115,7 @@ class Preferences {
smallIcon: 'drawable/ic_stat_notify',
priority: bg.Config.NOTIFICATION_PRIORITY_LOW,
),
showsBackgroundLocationIndicator: false,
);
}