mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 20:11:28 +03:00
add android server chat and multi chat;update android server page
This commit is contained in:
@@ -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;
|
||||
}),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user