Selaa lähdekoodia

Reduce excitement

Vishnu Mohandas 4 vuotta sitten
vanhempi
commit
7ea047c905
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lib/services/update_service.dart

+ 1 - 1
lib/services/update_service.dart

@@ -56,7 +56,7 @@ class UpdateService {
         hasBeen3DaysSinceLastNotification &&
         hasBeen3DaysSinceLastNotification &&
         _latestVersion.shouldNotify) {
         _latestVersion.shouldNotify) {
       NotificationService.instance.showNotification(
       NotificationService.instance.showNotification(
-          "update available", "click to install our best version yet!");
+          "update available", "click to install our best version yet");
       await _prefs.setInt(kUpdateAvailableShownTimeKey, now);
       await _prefs.setInt(kUpdateAvailableShownTimeKey, now);
     } else {
     } else {
       _logger.info("Debouncing notification");
       _logger.info("Debouncing notification");