Skip to content

Commit

Permalink
fix: mistake when notify application tap
Browse files Browse the repository at this point in the history
  • Loading branch information
JunioJsv committed Oct 4, 2024
1 parent 7e30be3 commit 9cdc84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/features/applications/utils/applications_actions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ApplicationsActions with ListenableActions<ApplicationsActionsListener> {
void tap(Application application) {
service.launchApplication(application.component);
notify(
(listener) => listener.didLongTapApplication(application),
(listener) => listener.didTapApplication(application),
);
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: minimum
description: "Android app launcher"
publish_to: 'none'

version: 2.2.5+154
version: 2.2.6+155

environment:
sdk: '>=3.4.0 <4.0.0'
Expand Down

0 comments on commit 9cdc84c

Please sign in to comment.