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

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

Merge "Fix state restoration ordering for ThemePicker." into ub-launcher3-qt-dev

parents 16020ba2 aaf84539
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -99,13 +99,14 @@ public class CustomizationPickerActivity extends FragmentActivity implements Wal

    @Override
    protected void onCreate(@Nullable Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        Injector injector = InjectorProvider.getInjector();
        mDelegate = new WallpaperPickerDelegate(this, this, injector);
        mUserEventLogger = injector.getUserEventLogger(this);

        initSections();

        // Restore this Activity's state before restoring contained Fragments state.
        super.onCreate(savedInstanceState);

        if (!supportsCustomization()) {
            Log.w(TAG, "Themes not supported, reverting to Wallpaper Picker");
            skipToWallpaperPicker();