mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-29 23:05:55 +08:00
feat: slide dismiss tabbarview
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -113,7 +113,7 @@ class _FollowPageState extends State<FollowPage> {
|
||||
return Tab(
|
||||
text: '${item.name}${count != null ? '($count)' : ''}');
|
||||
});
|
||||
}).toList(),
|
||||
}),
|
||||
onTap: (value) {
|
||||
if (!_followController.tabController!.indexIsChanging) {
|
||||
final item = _followController.tabs[value];
|
||||
|
||||
Reference in New Issue
Block a user