Skip to content

Commit

Permalink
Changed parametor to the updated version with name (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslhansen authored and boginw committed May 17, 2019
1 parent 654ad29 commit 5fd45f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blocs/upload_from_gallery_bloc.dart
Expand Up @@ -90,7 +90,7 @@ class UploadFromGalleryBloc extends BlocBase {

Uint8List _encodePng(File file) {
return encodePng(copyResize(decodeImage(file.readAsBytesSync()),
512)); // 512 bytes chosen as a reasonable input size.
width: 512)); // 512 bytes chosen as a reasonable input size.
}

/// Creates a [PictogramModel]
Expand Down

0 comments on commit 5fd45f8

Please sign in to comment.