mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 13:55:54 +08:00
remove invalid later view type
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -83,9 +83,9 @@ class _LaterPageState extends State<LaterPage>
|
||||
child: Column(
|
||||
children: [
|
||||
TabBar(
|
||||
isScrollable: true,
|
||||
// isScrollable: true,
|
||||
// tabAlignment: TabAlignment.start,
|
||||
controller: _tabController,
|
||||
tabAlignment: TabAlignment.start,
|
||||
tabs: LaterViewType.values.map((item) {
|
||||
final count = _baseCtr.counts[item];
|
||||
return Tab(
|
||||
|
||||
Reference in New Issue
Block a user