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

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

Merge "[race condition] Improve hotseat availability when launcher is...

Merge "[race condition] Improve hotseat availability when launcher is recreated" into ub-launcher3-rvc-dev
parents 8555146d 8e90ee03
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ import static com.android.quickstep.SysUINavigationMode.Mode.NO_BUTTON;

import android.content.Intent;
import android.content.res.Configuration;
import android.os.Bundle;
import android.util.Log;
import android.view.View;

@@ -90,8 +89,8 @@ public class QuickstepLauncher extends BaseQuickstepLauncher {
            SystemUiProxy.INSTANCE.get(context).setShelfHeight(arg1 != 0, arg2);

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
    protected void setupViews() {
        super.setupViews();
        if (FeatureFlags.ENABLE_HYBRID_HOTSEAT.get()) {
            mHotseatPredictionController = new HotseatPredictionController(this);
            mHotseatPredictionController.createPredictor();