Explorar o código

Reduce excitement

Vishnu Mohandas %!s(int64=4) %!d(string=hai) anos
pai
achega
7ea047c905
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/services/update_service.dart

+ 1 - 1
lib/services/update_service.dart

@@ -56,7 +56,7 @@ class UpdateService {
         hasBeen3DaysSinceLastNotification &&
         _latestVersion.shouldNotify) {
       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);
     } else {
       _logger.info("Debouncing notification");