Merge "Fixing NPE befre ActionsView first initialized." into rvc-dev am: ca493d1426
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11978215 Change-Id: I68378ceec09b495b25568571474f2f4b295388d2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user