Skip to content

Commit 36dc0cb

Browse files
committed
compose [nfc]: Add issue number (#114) to a TODO
1 parent d21886a commit 36dc0cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/widgets/compose_box.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,7 @@ class _AttachMediaButton extends _AttachUploadsButton {
386386

387387
@override
388388
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
389+
// TODO(#114): This doesn't give quite the right UI on Android.
391390
return _getFilePickerFiles(context, FileType.media);
392391
}
393392
}

0 commit comments

Comments
 (0)