We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51ae93 commit c6e804eCopy full SHA for c6e804e
packages/SystemUI/src/com/android/systemui/biometrics/AuthBiometricFingerprintView.java
@@ -78,7 +78,8 @@ void onAttachedToWindowInternal() {
78
79
private void showTouchSensorString() {
80
mIndicatorView.setText(R.string.fingerprint_dialog_touch_sensor);
81
- mIndicatorView.setTextColor(R.color.biometric_dialog_gray);
+ mIndicatorView.setTextColor(getResources().getColor(
82
+ R.color.biometric_dialog_gray, mContext.getTheme()));
83
}
84
85
private void updateIcon(int lastState, int newState) {
0 commit comments