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

Commit ed411593 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Fix build

Change-Id: If4c4f1f104826b599c86bc1c924ebadc5223c8f0
parent abee69bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -511,7 +511,7 @@ final class ActivityRecord {
            return false;
        }
        AttributeCache.Entry ent =
                AttributeCache.instance().get(packageName, realTheme, styleable.Window);
                AttributeCache.instance().get(packageName, realTheme, styleable.Window, userId);
        if (ent == null
                || !ent.array.getBoolean(styleable.Window_windowIsTranslucent, false)
                || ent.array.getBoolean(styleable.Window_windowIsFloating, false)) {