Skip to content

Commit

Permalink
Save response
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Mar 22, 2020
1 parent ac13891 commit 6a20761
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/page/screen/user_register_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -632,12 +632,12 @@ class _UserRegisterScreenState extends State<UserRegisterScreen> {

void _saveRegistration() async {
print("Working...");
// setState(() {
// _currentBtnChild = _registerCircleProgress;
// _registerBtnWidth = 100.0;
// _registerBtnHeight = 50.0;
// _registerBtnStatus = false;
// });
setState(() {
_currentBtnChild = _registerCircleProgress;
_registerBtnWidth = 100.0;
_registerBtnHeight = 50.0;
_registerBtnStatus = false;
});

List<ReportedCase> _cases =
Provider.of<RegisteredCasesModel>(context, listen: false).reportedCases;
Expand Down

0 comments on commit 6a20761

Please sign in to comment.