mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
fix: Reset fallback sharing state
This commit is contained in:
@@ -737,7 +737,7 @@ class NotificationService {
|
||||
presentSound: false,
|
||||
threadIdentifier: 'app_updates',
|
||||
categoryIdentifier: 'APP_UPDATE',
|
||||
subtitle: 'New version: $latestVersion',
|
||||
subtitle: localizations?.newVersionAvailable(latestVersion) ?? 'New version: $latestVersion',
|
||||
);
|
||||
|
||||
// Combined notification details
|
||||
|
||||
Reference in New Issue
Block a user