What steps will reproduce the problem?
1. Change your last name to nothing (i.e. "") via the website
2. Open the foursquare app
3. Menu->My Info
What is the expected output? What do you see instead?
I expect to see my name along the top,
Instead I see my first name followed by the word "null"
What version of the product are you using? On what operating system?
The latest version from the hg tree.
Please provide any additional information below.
I have fixed this problem with the attached patch. The patch adds an
additional method to StringFormatter, and then changes the UserActivity to
use it rather than concatenating the first and last names itself.
Original issue reported on code.google.com by brampton on 6 Dec 2009 at 1:31
Original issue reported on code.google.com by
brampton
on 6 Dec 2009 at 1:31Attachments: