fix(ui): fix attachment picker ui
This commit is contained in:
@@ -281,8 +281,6 @@ class _StreamAttachmentPickerState extends State<StreamAttachmentPicker> {
|
|||||||
icon: widget.customAttachmentTypes[i]
|
icon: widget.customAttachmentTypes[i]
|
||||||
.iconBuilder(context, _filePickerIndex == i + 1),
|
.iconBuilder(context, _filePickerIndex == i + 1),
|
||||||
),
|
),
|
||||||
],
|
|
||||||
),
|
|
||||||
const Spacer(),
|
const Spacer(),
|
||||||
FutureBuilder(
|
FutureBuilder(
|
||||||
future: PhotoManager.requestPermissionExtend(),
|
future: PhotoManager.requestPermissionExtend(),
|
||||||
@@ -303,6 +301,8 @@ class _StreamAttachmentPickerState extends State<StreamAttachmentPicker> {
|
|||||||
return const SizedBox.shrink();
|
return const SizedBox.shrink();
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
DecoratedBox(
|
DecoratedBox(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: _streamChatTheme.colorTheme.barsBg,
|
color: _streamChatTheme.colorTheme.barsBg,
|
||||||
|
|||||||
Reference in New Issue
Block a user