permissions

This commit is contained in:
open-trade
2020-11-22 21:08:19 +08:00
parent f6f7e1ead1
commit 364fb78084
2 changed files with 26 additions and 13 deletions

View File

@@ -76,10 +76,6 @@ class _RemotePageState extends State<RemotePage> {
}
}
void _handleKeyEvent(RawKeyEvent event) {
print('$event');
}
@override
Widget build(BuildContext context) {
// Size size = MediaQueryData.fromWindow(ui.window).size;
@@ -210,7 +206,7 @@ class _RemotePageState extends State<RemotePage> {
height: 0,
child: _bottom < 100
? Container()
: TextFormField(
: TextField(
textInputAction: TextInputAction.newline,
autocorrect: false,
enableSuggestions: false,