Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SWE-24 change presentation of transaction details to push
- this will help us provide a better user experience and aesthetic in regards to showing “cancel payment” flow
  • Loading branch information
ahm11003 committed Apr 9, 2019
1 parent 3ef5a67 commit f111f7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -33,7 +33,6 @@ class TransactionDetailsInterfaceController: WKInterfaceController {
return
}

setTitle("Dismiss")
self.transaction = transaction
account = acct
transactionName.setText(merchant)
Expand Down
Expand Up @@ -47,8 +47,7 @@ class TransactionsInterfaceController: WKInterfaceController {
"date": transaction.date,
"amount": transaction.amount,
"acct": acct]

presentController(withName: "TransactionDetails", context: context)
pushController(withName: "TransactionDetails", context: context)
}

private func configureRows() {
Expand Down

0 comments on commit f111f7a

Please sign in to comment.