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

Commit c3661b16 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 1fcdee0d: am 92da1779: Merge "Fix bug in Scene\'s use of setTag" into klp-dev

* commit '1fcdee0d':
  Fix bug in Scene's use of setTag
parents b9705893 1fcdee0d
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) {