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

* commit '92da1779a932aed9c6ce32c117d0334f8d6a7273':
  Fix bug in Scene's use of setTag
This commit is contained in:
Adam Powell
2013-10-24 16:23:38 -07:00
committed by Android Git Automerger

View File

@@ -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) {