Show update changelog for independent apk

This commit is contained in:
Neeraj Gupta 2022-11-10 00:26:26 +05:30
parent 885678126d
commit 198ad9880d
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -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;