Skip to content

Commit

Permalink
Merge pull request #9825 from wordpress-mobile/fix/9809-username-scre…
Browse files Browse the repository at this point in the history
…en-update

SignupUsernameViewController: Removes "Back" label from back nav button
  • Loading branch information
bummytime committed Jul 20, 2018
2 parents e1d2cd1 + d75f527 commit 4727bfc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ class SignupEpilogueViewController: NUXViewController {
vc.currentUsername = updatedUsername ?? epilogueUserInfo?.username
vc.displayName = updatedDisplayName ?? epilogueUserInfo?.fullName
vc.delegate = self

// Empty Back Button
navigationItem.backBarButtonItem = UIBarButtonItem(title: String(), style: .plain, target: nil, action: nil)
}
}

Expand Down

0 comments on commit 4727bfc

Please sign in to comment.