mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
removed unnecessary lines
This commit is contained in:
parent
512960d9b9
commit
78e4cd4631
1 changed files with 0 additions and 7 deletions
|
@ -81,7 +81,6 @@ class _MonkeyLoadedViewState extends ConsumerState<MonkeyLoadedView> {
|
|||
|
||||
File imgFile = File(filePath);
|
||||
await imgFile.writeAsBytes(decodedResponse);
|
||||
print("$imgFile");
|
||||
} else {
|
||||
throw Exception("Failed to get MonKey");
|
||||
}
|
||||
|
@ -132,11 +131,6 @@ class _MonkeyLoadedViewState extends ConsumerState<MonkeyLoadedView> {
|
|||
|
||||
File imgFile = File(filePath);
|
||||
await imgFile.writeAsBytes(decodedResponse);
|
||||
print("$imgFile");
|
||||
|
||||
// final directory = await getApplicationDocumentsDirectory();
|
||||
// final docPath = directory.path;
|
||||
// final filePath = "$do/monkey.png";
|
||||
} else {
|
||||
throw Exception("Failed to get MonKey");
|
||||
}
|
||||
|
@ -168,7 +162,6 @@ class _MonkeyLoadedViewState extends ConsumerState<MonkeyLoadedView> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final Coin coin = ref.watch(managerProvider.select((value) => value.coin));
|
||||
bool isMonkey = false;
|
||||
|
||||
return Background(
|
||||
child: Stack(
|
||||
|
|
Loading…
Reference in a new issue