remove home screen tabbar fade

This commit is contained in:
hihihaha 2023-06-08 16:18:39 +02:00
parent 4e30a550e1
commit 30733caa4a

View File

@ -249,6 +249,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
Tab(text: "Absences".i18n),
],
controller: _tabController,
disableFading: true,
onTap: (i) async {
int selectedPage =
_pageController.page!.round();