Loading packages/SystemUI/src/com/android/systemui/biometrics/BiometricDialogView.java +2 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,6 @@ public abstract class BiometricDialogView extends LinearLayout { final ImageView icon = mLayout.findViewById(R.id.biometric_icon); icon.setContentDescription(getResources().getString(getIconDescriptionResourceId())); mErrorText.setText(getResources().getString(getHintStringResourceId())); setDismissesDialog(space); setDismissesDialog(leftSpace); Loading @@ -189,6 +188,8 @@ public abstract class BiometricDialogView extends LinearLayout { public void onAttachedToWindow() { super.onAttachedToWindow(); mErrorText.setText(getHintStringResourceId()); final TextView title = mLayout.findViewById(R.id.title); final TextView subtitle = mLayout.findViewById(R.id.subtitle); final TextView description = mLayout.findViewById(R.id.description); Loading Loading
packages/SystemUI/src/com/android/systemui/biometrics/BiometricDialogView.java +2 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,6 @@ public abstract class BiometricDialogView extends LinearLayout { final ImageView icon = mLayout.findViewById(R.id.biometric_icon); icon.setContentDescription(getResources().getString(getIconDescriptionResourceId())); mErrorText.setText(getResources().getString(getHintStringResourceId())); setDismissesDialog(space); setDismissesDialog(leftSpace); Loading @@ -189,6 +188,8 @@ public abstract class BiometricDialogView extends LinearLayout { public void onAttachedToWindow() { super.onAttachedToWindow(); mErrorText.setText(getHintStringResourceId()); final TextView title = mLayout.findViewById(R.id.title); final TextView subtitle = mLayout.findViewById(R.id.subtitle); final TextView description = mLayout.findViewById(R.id.description); Loading