Fix some visual issues

This commit is contained in:
Ilya Laktyushin
2020-01-02 12:10:32 +03:00
parent ee9002f42a
commit d6696a5294
6 changed files with 15 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ final class ChangePhoneNumberController: ViewController {
}
}
strongSelf.controllerNode.view.endEditing(true)
strongSelf.present(controller, in: .window(.root))
strongSelf.push(controller)
}
}
}