Bug 729945 - Don't initially call account update listener on main thread (r=blassey)

This commit is contained in:
Lucas Rocha 2012-02-24 16:22:54 +00:00
parent dbd5a1f45c
commit 7c8e6944fd

View File

@ -154,7 +154,7 @@ public class AboutHomeContent extends ScrollView {
}
});
}
}, GeckoAppShell.getHandler(), true);
}, GeckoAppShell.getHandler(), false);
mTopSitesGrid = (GridView)findViewById(R.id.top_sites_grid);
mTopSitesGrid.setOnItemClickListener(new AdapterView.OnItemClickListener() {