Skip to content

Commit

Permalink
commented out a line
Browse files Browse the repository at this point in the history
  • Loading branch information
deathblade666 committed Aug 30, 2024
1 parent acb127c commit ecdc2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Menu extends StatefulWidget {
);

// await CRFileSaver.saveFileWithDialog(SaveFileDialogParams(sourceFilePath: '/sdcard/Downloads', destinationFileName: destinationFileName))
final XFile textfile = XFile.fromData(bytes);
//final XFile textfile = XFile.fromData(bytes);
//await textfile.saveTo(result);
//String path = result;
//var file = File(outputfile!);
Expand Down

0 comments on commit ecdc2d0

Please sign in to comment.