Bug 897252 - Don't create additional history sections every time a new cursor is loaded. r=lucasr

This commit is contained in:
Margaret Leibovic 2013-07-26 11:31:21 -07:00
parent fd17ca125f
commit c1cd411372

View File

@ -215,6 +215,9 @@ public class HistoryPage extends HomeFragment {
return;
}
// Clear any history sections that may have been loaded before.
mHistorySections.clear();
final Date now = new Date();
now.setHours(0);
now.setMinutes(0);