Remove redundant code

This commit is contained in:
David Cordero
2019-05-19 17:19:23 +02:00
parent 300a54f655
commit 5c94126102
4 changed files with 0 additions and 52 deletions
@@ -71,22 +71,6 @@ final class DeviceVerificationStartViewController: UIViewController {
self.viewModel.viewDelegate = self
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
}
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
}
override func viewDidDisappear(_ animated: Bool) {
super.viewDidDisappear(animated)
}
override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()
}
override var preferredStatusBarStyle: UIStatusBarStyle {
return self.theme.statusBarStyle