feat: turn off countly

This commit is contained in:
lollipopkit
2024-04-23 00:58:04 +08:00
parent 1249055668
commit 73f2926469
20 changed files with 61 additions and 38 deletions

View File

@@ -158,7 +158,7 @@ class _HomePageState extends State<HomePage>
Widget _buildBottomBar() {
return NavigationBar(
selectedIndex: _selectIndex.value,
height: kBottomNavigationBarHeight * 1.2,
height: kBottomNavigationBarHeight * 1.1,
animationDuration: const Duration(milliseconds: 250),
onDestinationSelected: (int index) {
if (_selectIndex.value == index) return;