Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bobs4462/Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Makhmudov Babur committed Mar 16, 2021
2 parents 851873c + deb9b96 commit 3504f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/edit_channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class _EditChannelState extends State<EditChannel> {
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Color(0xffefeef3),
resizeToAvoidBottomInset: true,
resizeToAvoidBottomInset: false,
body: SlidingUpPanel(
controller: _panelController,
onPanelOpened: () => context.read<SheetBloc>().add(SetOpened()),
Expand Down

0 comments on commit 3504f78

Please sign in to comment.