Fix build break
Change-Id: I23f7c74eb088fbe77a24df9bc80f0d2fff647abb
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user