Merge "Make sure we do not make UI calls from background thread in DashboardSummary class." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e3813863b7
@@ -276,7 +276,7 @@ public class DashboardSummary extends InstrumentedFragment
|
||||
mSummaryLoader.updateSummaryToCache(category);
|
||||
mStagingCategory = category;
|
||||
if (mSuggestionControllerMixin == null) {
|
||||
mAdapter.setCategory(mStagingCategory);
|
||||
ThreadUtils.postOnMainThread(() -> mAdapter.setCategory(mStagingCategory));
|
||||
return;
|
||||
}
|
||||
if (mSuggestionControllerMixin.isSuggestionLoaded()) {
|
||||
|
||||
Reference in New Issue
Block a user