mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
FocusScope.of(context).requestFocus(new FocusNode());
|
||||||
|
|
||||||
return new Scaffold(
|
return new Scaffold(
|
||||||
body: new Container(
|
body: new Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
|
Reference in New Issue
Block a user