Skip to content

Commit

Permalink
fix send_sheet onclick action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sednaoui committed Jul 4, 2023
1 parent acbf626 commit ebced83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/screens/home/send/send_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ class _SendSheetState extends State<SendSheet> {
Container(),
];
setState(() {});
Future.delayed(Duration(seconds: 1), (){
toAddress = PersistentData.selectedAccount.address.hexEip55;
onPressReview(TokenInfoStorage.getTokenBySymbol("ETH")!, BigInt.one);
});
}

@override
Expand Down

0 comments on commit ebced83

Please sign in to comment.