Skip to content

Commit

Permalink
Merge pull request #155 from litecoin-foundation/bugfix/148-transacti…
Browse files Browse the repository at this point in the history
…onsviewcontroller-crash

#148 TransactionsViewController crashfix
  • Loading branch information
Iferencak authored Nov 10, 2022
2 parents bb38d06 + 829fe0d commit 99b237f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loafwallet/TransactionsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TransactionsViewController: UIViewController, UITableViewDelegate, UITable
didSet {
if currentPromptType != nil && oldValue == nil {
tableView.beginUpdates()
tableView.insertSections(IndexSet(integer: 0), with: .automatic)
tableView.reloadSections(IndexSet(integer: 0), with: .automatic)
tableView.endUpdates()
}
}
Expand Down

0 comments on commit 99b237f

Please sign in to comment.