Fixed some design bug in dark mood and other
This commit is contained in:
@@ -102,9 +102,9 @@ class DesktopNavigationWidget extends StatelessWidget {
|
||||
_navigationItem(
|
||||
context: context,
|
||||
text: ProfileStrings.profileTitle,
|
||||
isActive: currentIndex == 2,
|
||||
isActive: currentIndex == 4,
|
||||
onTap: () {
|
||||
if (currentIndex == 2) {
|
||||
if (currentIndex == 4) {
|
||||
return;
|
||||
} else {
|
||||
Router.neglect(context, () => ProfileRouteData().go(context));
|
||||
|
||||
Reference in New Issue
Block a user