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

Commit 14af6256 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

WindowManagerService: Fix rename

Follow-up to 71c51023. Required
because of a6cc361e.

Bug: 30150688
Test: m
Change-Id: I68e8951c354a1f590040bffb0259198cf80ae463
parent 10babaa7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1629,7 +1629,7 @@ public class WindowManagerService extends IWindowManager.Stub
            } else if (type == TYPE_TOAST) {
                // Apps targeting SDK above N MR1 cannot arbitrary add toast windows.
                addToastWindowRequiresToken = doesAddToastWindowRequireToken(attrs.packageName,
                        callingUid, attachedWindow);
                        callingUid, parentWindow);
                if (addToastWindowRequiresToken && token.windowType != TYPE_TOAST) {
                    Slog.w(TAG_WM, "Attempted to add a toast window with bad token "
                            + attrs.token + ".  Aborting.");