mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-05 09:37:52 +08:00
@@ -19,7 +19,13 @@ class ContactPage extends StatefulWidget {
|
||||
class _ContactPageState extends State<ContactPage>
|
||||
with SingleTickerProviderStateMixin {
|
||||
late final mid = Accounts.main.mid;
|
||||
late final _controller = TabController(length: 2, vsync: this);
|
||||
late final TabController _controller;
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
_controller = TabController(length: 2, vsync: this);
|
||||
}
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
|
||||
Reference in New Issue
Block a user