has crash when popup msgbox when there is keyboard or some other

condition
This commit is contained in:
open-trade
2020-11-29 00:13:55 +08:00
parent 722a382ce2
commit d89ad33b98
11 changed files with 70 additions and 27 deletions

View File

@@ -168,7 +168,7 @@ class _HomePageState extends State<HomePage> {
if (platform == 'mac os')
platform = 'mac';
else if (platform != 'linux') platform = 'win';
return Image.asset('assets/$platform.png', width: 36, height: 36);
return Image.asset('assets/$platform.png', width: 24, height: 24);
}
Widget getPeers() {