Skip to content

Commit

Permalink
Order screen - Fix refreshing issue when coming back from oauth flow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumedebavelaere committed Jul 13, 2018
1 parent a0a272a commit a47926d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TradeItIosTicketSDK2/TradeItOrdersViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ class TradeItOrdersViewController: TradeItViewController, TradeItOrdersTableDele
@IBOutlet weak var ordersTable: UITableView!
@IBOutlet var orderTableBackgroundView: UIView!

override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
override func viewDidLoad() {
guard let linkedBrokerAccount = self.linkedBrokerAccount else {
alertMissingRequiredParameter()
return
Expand Down

0 comments on commit a47926d

Please sign in to comment.