Skip to content

Commit bac2ce9

Browse files
committed
compose [nfc]: Add TODO for overlaid linear progress indicator
1 parent e075701 commit bac2ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/compose_box.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,7 @@ class _ComposeBoxContainer extends StatelessWidget {
10601060
return Container(width: double.infinity,
10611061
decoration: BoxDecoration(
10621062
border: Border(top: BorderSide(color: designVariables.borderBar))),
1063+
// TODO(#720) try a Stack for the overlaid linear progress indicator
10631064
child: Material(
10641065
color: designVariables.composeBoxBg,
10651066
child: Column(

0 commit comments

Comments
 (0)