OnBoarding DeployKeyPhase: Remove the keyboard

It is no longer required.
This commit is contained in:
Vishesh Handa
2019-01-10 13:26:23 +01:00
parent eac9857c17
commit 290ca293ae

View File

@ -125,6 +125,8 @@ class OnBoardingSshKeyState extends State<OnBoardingSshKey> {
@override
Widget build(BuildContext context) {
FocusScope.of(context).requestFocus(new FocusNode());
return new Scaffold(
body: new Container(
width: double.infinity,