x1ongzhu 7 lat temu
rodzic
commit
28b539950f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/pages/HomePage.dart

+ 1 - 1
lib/pages/HomePage.dart

@@ -286,7 +286,7 @@ class _HomePageState extends State<HomePage> {
                 onTapHomeMenu: () {
                   Navigator.push(context, new CupertinoPageRoute(builder: (context) => new TipList()));
                 },
-                showBadge: true,
+                showBadge: false,
               ),
             ],
           ),