diff --git a/Frontend/patient_manager/lib/pages/profileUserUpdate.dart b/Frontend/patient_manager/lib/pages/profileUserUpdate.dart index 51eb8b13..0579f5b9 100644 --- a/Frontend/patient_manager/lib/pages/profileUserUpdate.dart +++ b/Frontend/patient_manager/lib/pages/profileUserUpdate.dart @@ -31,8 +31,7 @@ class ProfileUserUpdate extends StatefulWidget { State createState() => _ProfileUserUpdateState(); } -class _ProfileUserUpdateState extends State - with TickerProviderStateMixin { +class _ProfileUserUpdateState extends State { final proPicController = TextEditingController(); final usernameController = TextEditingController(); final fnameController = TextEditingController(); @@ -247,7 +246,6 @@ class _ProfileUserUpdateState extends State if (widget.signedInUser.pro_pic_path.isNotEmpty) { proPicName = widget.signedInUser.pro_pic_path.split("/").last; } - _controller = GifController(vsync: this); setState(() { proPicUrl = getFileUrlApiCall(widget.signedInUser.pro_pic_path); oldProPicName = proPicName;