mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +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);
|
File imgFile = File(filePath);
|
||||||
await imgFile.writeAsBytes(decodedResponse);
|
await imgFile.writeAsBytes(decodedResponse);
|
||||||
print("$imgFile");
|
|
||||||
} else {
|
} else {
|
||||||
throw Exception("Failed to get MonKey");
|
throw Exception("Failed to get MonKey");
|
||||||
}
|
}
|
||||||
|
@ -132,11 +131,6 @@ class _MonkeyLoadedViewState extends ConsumerState<MonkeyLoadedView> {
|
||||||
|
|
||||||
File imgFile = File(filePath);
|
File imgFile = File(filePath);
|
||||||
await imgFile.writeAsBytes(decodedResponse);
|
await imgFile.writeAsBytes(decodedResponse);
|
||||||
print("$imgFile");
|
|
||||||
|
|
||||||
// final directory = await getApplicationDocumentsDirectory();
|
|
||||||
// final docPath = directory.path;
|
|
||||||
// final filePath = "$do/monkey.png";
|
|
||||||
} else {
|
} else {
|
||||||
throw Exception("Failed to get MonKey");
|
throw Exception("Failed to get MonKey");
|
||||||
}
|
}
|
||||||
|
@ -168,7 +162,6 @@ class _MonkeyLoadedViewState extends ConsumerState<MonkeyLoadedView> {
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final Coin coin = ref.watch(managerProvider.select((value) => value.coin));
|
final Coin coin = ref.watch(managerProvider.select((value) => value.coin));
|
||||||
bool isMonkey = false;
|
|
||||||
|
|
||||||
return Background(
|
return Background(
|
||||||
child: Stack(
|
child: Stack(
|
||||||
|
|
Loading…
Reference in a new issue