✨ Friend management
This commit is contained in:
@ -357,6 +357,12 @@ class _ChannelProfileDetailDialogState
|
||||
_nickController.text = widget.current.nick ?? '';
|
||||
}
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
_nickController.dispose();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return AlertDialog(
|
||||
|
Reference in New Issue
Block a user