Remove unnecessary casts on calls to findViewById
Just frameworks/ this time. More paths to come. Bug: 24137209 Test: make -j32 Change-Id: Iff27abd26fa43296ac2fff8f534fc6742d2ae80c
This commit is contained in:
@@ -144,7 +144,7 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView {
|
||||
if (mEcaView instanceof EmergencyCarrierArea) {
|
||||
((EmergencyCarrierArea) mEcaView).setCarrierTextVisible(true);
|
||||
}
|
||||
mSimImageView = (ImageView) findViewById(R.id.keyguard_sim);
|
||||
mSimImageView = findViewById(R.id.keyguard_sim);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user