bug fixed
This commit is contained in:
@@ -50,9 +50,12 @@ class _ChangeEmailPageState extends State<ChangeEmailPage> {
|
||||
Navigator.pushNamed(context, '/HomePage');
|
||||
},
|
||||
)
|
||||
|
||||
} else {}
|
||||
});
|
||||
}
|
||||
_current_email.text="";
|
||||
_new_email.text="";
|
||||
}
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
@@ -77,6 +77,9 @@ class _ChangePasswordPageState extends State<ChangePasswordPage> {
|
||||
} else {}
|
||||
});
|
||||
}
|
||||
_current_pass.text = "";
|
||||
_new_pass.text = "";
|
||||
_confirm_pass.text="";
|
||||
}
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
@@ -276,6 +276,7 @@ class _HomePageState extends State<HomePage> {
|
||||
color: Colors.white,
|
||||
),
|
||||
),
|
||||
SizedBox(width: 10,),
|
||||
InkWell(
|
||||
onTap: () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user