Преглед на файлове

Lint: Fix more lint issues

Neeraj Gupta преди 2 години
родител
ревизия
6e263f43a5
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      lib/events/sync_status_update_event.dart
  2. 1 1
      lib/ui/notification/update/change_log_page.dart

+ 1 - 0
lib/events/sync_status_update_event.dart

@@ -5,6 +5,7 @@ class SyncStatusUpdate extends Event {
   final int? completed;
   final int? total;
   final bool wasStopped;
+  @override
   final String reason;
   final Error? error;
   late int timestamp;

+ 1 - 1
lib/ui/notification/update/change_log_page.dart

@@ -109,7 +109,7 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
             "share, end-to-end encrypted and secure.\n\nYour quick links will "
             "appear at the bottom of the share tab so that you can remove them "
             "when they're no longer needed, or convert them to regular albums "
-            "by renaming them if you want them to stick around.\n\nDepending on the feedback, we\'ll iterate on this (automatically prune quick "
+            "by renaming them if you want them to stick around.\n\nDepending on the feedback, we'll iterate on this (automatically prune quick "
             "links, directly open the photo if only a single photo is shared, "
             "etc). So let us know which direction you wish us to head!",
       ),