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

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

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

parents d6cd14d1 20024f44
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