mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 08:20:36 +00:00
Add swarm mode transport doc
This commit is contained in:
@@ -502,6 +502,13 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
|
||||
),
|
||||
child: TabBar(
|
||||
controller: _tabController,
|
||||
onTap: (index) {
|
||||
final tabs = _enabledTabs;
|
||||
if (index < 0 || index >= tabs.length) {
|
||||
return;
|
||||
}
|
||||
_handleTabActivated(tabs[index]);
|
||||
},
|
||||
tabs: enabledTabs.map((tab) {
|
||||
switch (tab) {
|
||||
case _HomeTab.messages:
|
||||
|
||||
Reference in New Issue
Block a user