Browse Source

Show update changelog for independent apk

Neeraj Gupta 2 years ago
parent
commit
198ad9880d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      lib/services/update_service.dart

+ 0 - 3
lib/services/update_service.dart

@@ -29,9 +29,6 @@ class UpdateService {
   }
 
   Future<bool> showChangeLog() async {
-    if (isIndependent()) {
-      return false;
-    }
     // fetch the change log version which was last shown to user.
     final lastShownAtVersion = _prefs.getInt(changeLogVersionKey) ?? 0;
     return lastShownAtVersion < currentChangeLogVersion;