forked from firka/student-legacy
remove home screen tabbar fade
This commit is contained in:
parent
4e30a550e1
commit
30733caa4a
@ -249,6 +249,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
|||||||
Tab(text: "Absences".i18n),
|
Tab(text: "Absences".i18n),
|
||||||
],
|
],
|
||||||
controller: _tabController,
|
controller: _tabController,
|
||||||
|
disableFading: true,
|
||||||
onTap: (i) async {
|
onTap: (i) async {
|
||||||
int selectedPage =
|
int selectedPage =
|
||||||
_pageController.page!.round();
|
_pageController.page!.round();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user