This commit is contained in:
rustdesk
2023-09-03 14:55:23 +08:00
parent e3b0cdaf69
commit 701220246d
2 changed files with 17 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ class _HomePageState extends State<HomePage> {
var _selectedIndex = 0;
int get selectedIndex => _selectedIndex;
final List<PageShape> _pages = [];
final _blockableOverlayState = BlockableOverlayState();
bool get isChatPageCurrentTab => isAndroid
? _selectedIndex == 1
: false; // change this when ios have chat page