Format
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2023-09-20 15:30:33 -07:00
parent 8ff0cfe5b1
commit deab06beda
2 changed files with 3 additions and 3 deletions

View File

@ -230,7 +230,7 @@ class _ContactsViewState extends State<ContactsView> {
break;
case ProfileStatusMenu.disableProfile:
Provider.of<ProfileInfoState>(context, listen: false).enabled = false;
Provider.of<FlwtchState>(context, listen: false).cwtch.DeactivatePeerEngine(onion);
Provider.of<ProfileInfoState>(context, listen: false).deactivatePeerEngine(context);
break;
}
},