am a6125efb: Fix build break
* commit 'a6125efb66dd7554f2a84804baf6cc02a1334f20': Fix build break
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