add android server chat and multi chat;update android server page

This commit is contained in:
csf
2022-03-22 16:40:23 +08:00
parent 99b27b1fe4
commit 6ce7018f07
10 changed files with 424 additions and 306 deletions

View File

@@ -57,6 +57,11 @@ class _HomePageState extends State<HomePage> {
selectedItemColor: MyTheme.accent,
unselectedItemColor: MyTheme.darkGray,
onTap: (index) => setState(() {
// close chat overlay when go chat page
if(index == 1 && _selectedIndex!=index){
hideChatIconOverlay();
hideChatWindowOverlay();
}
_selectedIndex = index;
}),
),