From af44afcb966c17074310bc9f15be2e9c284e942f Mon Sep 17 00:00:00 2001 From: Oleg Zaim <106600432+OlegZaimNLT@users.noreply.github.com> Date: Fri, 8 Jul 2022 18:47:06 +0300 Subject: [PATCH] Fix reply nav desktop (#733) * 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](https://github.com/github/codeql-action/compare/27ea8f8fe5977c00f5b37e076ab846c5bd783b96...41a4ada31ba866a7f1196b9602703a89edd69e22) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Fixed Reply nav issue on desktop. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lib/studies/reply/adaptive_nav.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/studies/reply/adaptive_nav.dart b/lib/studies/reply/adaptive_nav.dart index c799e6da26..90aac69ac0 100644 --- a/lib/studies/reply/adaptive_nav.dart +++ b/lib/studies/reply/adaptive_nav.dart @@ -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: [