Merge "Fixing NPE befre ActionsView first initialized." into rvc-dev am: ca493d1426 am: 3af603f240
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11978215 Change-Id: I94a39313a802c38c2107d2fa5d38ea096ab27eea
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