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

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

Merge "Update call to WallpaperPickerDelegate.initialize" into sc-dev

parents 36814af0 87706083
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@ public class CustomizationPickerActivity extends FragmentActivity implements Wal

    @Override
    public void fetchCategories() {
        mDelegate.initialize(!mDelegate.getCategoryProvider().isCategoriesFetched());
        mDelegate.initialize(false);
    }

    @Override