mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-23 02:03:20 +03:00
android late request permission;update chat UI,launch chat from UI cm
This commit is contained in:
@@ -56,6 +56,7 @@ class _HomePageState extends State<HomePage> {
|
||||
actions: _pages.elementAt(_selectedIndex).appBarActions,
|
||||
),
|
||||
bottomNavigationBar: BottomNavigationBar(
|
||||
key: navigationBarKey,
|
||||
items: _pages
|
||||
.map((page) =>
|
||||
BottomNavigationBarItem(icon: page.icon, label: page.title))
|
||||
|
||||
Reference in New Issue
Block a user