Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
cyndichin committed Jun 14, 2024
1 parent 5db1a25 commit f44e540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ extension HomepageViewController: HomepageViewModelDelegate {
}

func reloadJumpBackIn() {
// Is this needed?
// TODO: Confirm with Nish
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ extension JumpBackInViewModel: JumpBackInDelegate {
category: .homepage)
guard self.isEnabled else { return }

// self.delegate?.reloadView(for: .jumpBackIn)
self.delegate?.reloadView(for: .jumpBackIn)
}
}
}

0 comments on commit f44e540

Please sign in to comment.