Skip to content

Commit

Permalink
Fixed duplicate release notes dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed May 23, 2024
1 parent 36d7e08 commit 7f8ea54
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class ReleaseNotesBloc extends Cubit<ReleaseNotesState> {

Future<void> _showDialogIfNeeded() async {
PackageInfo.fromPlatform().then((value) {
emit(ShowReleaseNotesDialogState(value.version));
if (value.version != _userPreferencesService.seenChangelogVersion) {
emit(ShowReleaseNotesDialogState(value.version));
}
Expand Down

0 comments on commit 7f8ea54

Please sign in to comment.