v=0.0.0.7 & move position of delete button & premove useless prints

This commit is contained in:
2024-08-01 14:46:07 +02:00
parent 48b0d284f9
commit 685b6dbb4a
3 changed files with 30 additions and 31 deletions

View File

@@ -24,8 +24,6 @@ class _BuildFileViewState extends State<BuildFileView> {
@override
Widget build(BuildContext context) {
print(
"${widget.link} ================================================================");
if (getExtType(widget.path).toLowerCase() == "pdf") {
//print(widget.pdfLink);
return SizedBox(
@@ -42,7 +40,6 @@ class _BuildFileViewState extends State<BuildFileView> {
),
);
} else {
print("Image");
return InteractiveViewer(
maxScale: 5.0,
//minScale: 0.,