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

Commit c3adb0a0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixing NPE befre ActionsView first initialized." into rvc-dev am: ca493d14

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11978215

Change-Id: If8cc8480d4ccf5fa5c62a90a1e72a1cb2041c81b
parents 968b52bd ca493d14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ public class TaskOverlayFactory implements ResourceBasedOverride {
                boolean rotated) {
            final boolean isAllowedByPolicy = thumbnail.isRealSnapshot;

            mActionsView.updateDisabledFlags(DISABLED_ROTATED, rotated);
            getActionsView().updateDisabledFlags(DISABLED_ROTATED, rotated);

            getActionsView().setCallbacks(new OverlayUICallbacks() {
                @Override