Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 173f75b

Browse files
committed
fix bottom navigation bar bug
1 parent a596944 commit 173f75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/material/bottom_navigation_bar.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public override Widget build(BuildContext context) {
348348
child: text
349349
);
350350
}
351-
else if (this.showUnselectedLabels) {
351+
else if (!this.showUnselectedLabels) {
352352
text = new FadeTransition(
353353
opacity: this.animation,
354354
child: text

0 commit comments

Comments
 (0)