remove gif stuff
This commit is contained in:
parent
918410a83a
commit
c7c1132447
1 changed files with 1 additions and 3 deletions
|
|
@ -31,8 +31,7 @@ class ProfileUserUpdate extends StatefulWidget {
|
||||||
State<ProfileUserUpdate> createState() => _ProfileUserUpdateState();
|
State<ProfileUserUpdate> createState() => _ProfileUserUpdateState();
|
||||||
}
|
}
|
||||||
|
|
||||||
class _ProfileUserUpdateState extends State<ProfileUserUpdate>
|
class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
|
||||||
with TickerProviderStateMixin {
|
|
||||||
final proPicController = TextEditingController();
|
final proPicController = TextEditingController();
|
||||||
final usernameController = TextEditingController();
|
final usernameController = TextEditingController();
|
||||||
final fnameController = TextEditingController();
|
final fnameController = TextEditingController();
|
||||||
|
|
@ -247,7 +246,6 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate>
|
||||||
if (widget.signedInUser.pro_pic_path.isNotEmpty) {
|
if (widget.signedInUser.pro_pic_path.isNotEmpty) {
|
||||||
proPicName = widget.signedInUser.pro_pic_path.split("/").last;
|
proPicName = widget.signedInUser.pro_pic_path.split("/").last;
|
||||||
}
|
}
|
||||||
_controller = GifController(vsync: this);
|
|
||||||
setState(() {
|
setState(() {
|
||||||
proPicUrl = getFileUrlApiCall(widget.signedInUser.pro_pic_path);
|
proPicUrl = getFileUrlApiCall(widget.signedInUser.pro_pic_path);
|
||||||
oldProPicName = proPicName;
|
oldProPicName = proPicName;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue