mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 02:53:21 +03:00
hide bar if keyboard
This commit is contained in:
@@ -102,8 +102,9 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
onPressed: () {
|
onPressed: () {
|
||||||
setState(() => _showBar = !_showBar);
|
setState(() => _showBar = !_showBar);
|
||||||
}),
|
}),
|
||||||
bottomNavigationBar: _showBar
|
bottomNavigationBar: _showBar && _bottom < 100
|
||||||
? BottomAppBar(
|
? BottomAppBar(
|
||||||
|
elevation: 10,
|
||||||
color: MyTheme.accent,
|
color: MyTheme.accent,
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
|
|||||||
Reference in New Issue
Block a user