Skip to content

Commit

Permalink
Bloc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
4seer committed Mar 12, 2020
1 parent 324d899 commit 8ca3f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/features/profile/views/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class _SettingsViewState extends State<SettingsView> {
OpenFlutterButton(
title: 'Save Password',
height: 48,
onPressed: () => passwordBloc.add(
onPressed: () => passwordBloc..add(
ChangePasswordEvent(
currentPassword:
_currentPasswordController.text
Expand Down

0 comments on commit 8ca3f1b

Please sign in to comment.