fix: IME awayls float

This commit is contained in:
Junyuan Feng
2022-12-04 15:52:41 +08:00
parent 9541c0c7ab
commit 3998f549e4
5 changed files with 54 additions and 44 deletions

View File

@@ -71,7 +71,7 @@ class _PingPageState extends State<PingPage>
),
])),
floatingActionButton: FloatingActionButton(
child: const Icon(Icons.play_arrow),
heroTag: 'ping fab',
onPressed: () {
try {
doPing();
@@ -79,6 +79,7 @@ class _PingPageState extends State<PingPage>
showSnackBar(context, Text('Error: \n$e'));
}
},
child: const Icon(Icons.play_arrow),
),
);
}