mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
add super.init
This commit is contained in:
parent
a0e2456cf2
commit
849303f9a7
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ class _CashFusionViewState extends ConsumerState<CashFusionView> {
|
|||
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
serverController = TextEditingController();
|
||||
portController = TextEditingController();
|
||||
|
||||
|
|
Loading…
Reference in a new issue