mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 20:39:35 +00:00
fix nav-bar issue (#1010)
Co-authored-by: fossephate <fosse@book.local>
This commit is contained in:
parent
b28f85350a
commit
962074c093
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ class NavBar extends StatelessWidget implements ObstructingPreferredSizeWidget {
|
||||||
leading: leading,
|
leading: leading,
|
||||||
automaticallyImplyLeading: false,
|
automaticallyImplyLeading: false,
|
||||||
automaticallyImplyMiddle: false,
|
automaticallyImplyMiddle: false,
|
||||||
|
transitionBetweenRoutes: false,
|
||||||
middle: middle,
|
middle: middle,
|
||||||
trailing: trailing,
|
trailing: trailing,
|
||||||
backgroundColor: backgroundColor,
|
backgroundColor: backgroundColor,
|
||||||
|
|
Loading…
Reference in a new issue