Skip to content

Commit

Permalink
#78 不要なコメントの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
RikitoNoto committed Aug 2, 2023
1 parent 254ca71 commit 2bd5c69
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ class GenericImage extends StatelessWidget {
return Navigator.push<void>(
context,
MaterialPageRoute<void>(
builder: (context) => // PhotoView(
// imageProvider: NetworkImage(imageUrl),
// ),
_ImageDetailView(
builder: (context) => _ImageDetailView(
tag: tag,
imageUrl: imageUrl,

Check warning on line 116 in packages/dart_flutter_common/lib/src/widgets/generic_image.dart

View check run for this annotation

Codecov / codecov/patch

packages/dart_flutter_common/lib/src/widgets/generic_image.dart#L116

Added line #L116 was not covered by tests
),
Expand Down Expand Up @@ -302,7 +299,6 @@ class _ImageDetailView extends StatelessWidget {
});

final String tag;
// final Widget child;
final String imageUrl;

@override
Expand Down

0 comments on commit 2bd5c69

Please sign in to comment.