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

Commit 92da1779 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug in Scene's use of setTag" into klp-dev

parents fe470c37 f3c15772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public final class Scene {
                com.android.internal.R.id.scene_layoutid_cache);
        if (scenes == null) {
            scenes = new SparseArray<Scene>();
            sceneRoot.setTag(com.android.internal.R.id.scene_layoutid_cache, scenes);
            sceneRoot.setTagInternal(com.android.internal.R.id.scene_layoutid_cache, scenes);
        }
        Scene scene = scenes.get(layoutId);
        if (scene != null) {