Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3813863 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make sure we do not make UI calls from background thread in...

Merge "Make sure we do not make UI calls from background thread in DashboardSummary class." into pi-dev
parents ef9b8cda 549a188e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()) {