Show update changelog for independent apk
This commit is contained in:
parent
885678126d
commit
198ad9880d
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue