* commit '8c70b471e3f7281634a730ce0c075ae1a67211d5': Fix build break
This commit is contained in:
@@ -4069,7 +4069,7 @@ public class Launcher extends Activity
|
|||||||
Cling cling = (Cling) findViewById(clingId);
|
Cling cling = (Cling) findViewById(clingId);
|
||||||
View scrim = null;
|
View scrim = null;
|
||||||
if (scrimId > 0) {
|
if (scrimId > 0) {
|
||||||
scrim = findViewById(R.id.scrim);
|
scrim = findViewById(R.id.cling_scrim);
|
||||||
}
|
}
|
||||||
if (cling != null) {
|
if (cling != null) {
|
||||||
cling.init(this, scrim);
|
cling.init(this, scrim);
|
||||||
|
|||||||
Reference in New Issue
Block a user