1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-17 07:53:33 +00:00

TabBarEffect removed and it's behavior is now taken care of by CustomTabbedPageHandler

This commit is contained in:
Dinis Vieira
2023-10-01 22:32:37 +01:00
parent 8b7f9b9fb3
commit 9f6c8601d3
4 changed files with 2 additions and 37 deletions

View File

@@ -1,4 +1,5 @@
using AndroidX.AppCompat.View.Menu;
using AndroidX.Navigation.UI;
using Bit.Core.Abstractions;
using Bit.Core.Utilities;
using Google.Android.Material.BottomNavigation;
@@ -68,6 +69,7 @@ namespace Bit.App.Handlers
}
_bottomNavigationView = bottomNavigationView;
_bottomNavigationView.LabelVisibilityMode = LabelVisibilityMode.LabelVisibilityLabeled;
_bottomNavigationView.ItemReselected += BottomNavigationView_ItemReselected;
}
}