Remove redundant code

This commit is contained in:
David Cordero
2019-05-19 17:19:23 +02:00
parent 54e6f19694
commit 15d07c025f
4 changed files with 0 additions and 52 deletions
@@ -75,22 +75,6 @@ final class DeviceVerificationIncomingViewController: 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