Browse Source
Rather than try to correct the issue of the Comparator crashing in BookmarkManager because the Strings/HistoryItems were null, I modified the HistoryItem object so that the title, url, and folder strings can no longer be null but will instead be empty if set to null, this then prevents the BookmarkManager from throwing an NPE when sorting the items by title.master
Anthony Restaino
10 years ago
2 changed files with 4 additions and 6 deletions
Loading…
Reference in new issue