mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +08:00
OnBoarding DeployKeyPhase: Remove the keyboard
It is no longer required.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user