Skip to content

Commit

Permalink
Fix reply nav desktop (flutter#733)
Browse files Browse the repository at this point in the history
* Bump github/codeql-action from 2.1.12 to 2.1.14

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.12 to 2.1.14.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@27ea8f8...41a4ada)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fixed Reply nav issue on desktop.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
OlegZaimNLT and dependabot[bot] authored Jul 8, 2022
1 parent 89db1f3 commit af44afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/studies/reply/adaptive_nav.dart
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ class _NavigationRailHeader extends StatelessWidget {
builder: (context, child) {
return Align(
alignment: AlignmentDirectional.centerStart,
widthFactor: animation.value,
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Expand Down

0 comments on commit af44afc

Please sign in to comment.