am 8c70b471: am a6125efb: Fix build break

* commit '8c70b471e3f7281634a730ce0c075ae1a67211d5':
  Fix build break
This commit is contained in:
Sandeep Siddhartha
2013-09-27 07:16:32 -07:00
committed by Android Git Automerger
+1 -1
View File
@@ -4069,7 +4069,7 @@ public class Launcher extends Activity
Cling cling = (Cling) findViewById(clingId);
View scrim = null;
if (scrimId > 0) {
scrim = findViewById(R.id.scrim);
scrim = findViewById(R.id.cling_scrim);
}
if (cling != null) {
cling.init(this, scrim);