Merge "Set suw description textview to fixed id" into qt-dev

This commit is contained in:
Pasty Chang
2019-04-14 03:53:16 +00:00
committed by Android (Google) Code Review
24 changed files with 26 additions and 24 deletions

View File

@@ -276,7 +276,7 @@ public abstract class BiometricEnrollIntroduction extends BiometricEnrollBase
protected void initViews() {
super.initViews();
TextView description = (TextView) findViewById(R.id.description_text);
TextView description = (TextView) findViewById(R.id.sud_layout_description);
if (mBiometricUnlockDisabledByAdmin) {
description.setText(getDescriptionResDisabledByAdmin());
}