Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Removed Extra Navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg authored Dec 13, 2023
1 parent 4308a5d commit fcf8f95
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class UserEditProfileProvider with ChangeNotifier {
.emailId
..loginCredentials = Provider.of<CommonProvider>(context, listen: false).userDetails;
}
Navigator.pop(context);
Navigator.pop(context);
} catch (e, s) {
Navigator.pop(context);
Expand Down

0 comments on commit fcf8f95

Please sign in to comment.