We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21886a commit 36dc0cbCopy full SHA for 36dc0cb
lib/widgets/compose_box.dart
@@ -386,8 +386,7 @@ class _AttachMediaButton extends _AttachUploadsButton {
386
387
@override
388
Future<Iterable<_File>> getFiles(BuildContext context) async {
389
- // TODO: This doesn't give quite the right UI on Android.
390
- // Perhaps try `image_picker`: https://github.com/zulip/zulip-flutter/issues/56#issuecomment-1514001281
+ // TODO(#114): This doesn't give quite the right UI on Android.
391
return _getFilePickerFiles(context, FileType.media);
392
}
393
0 commit comments