Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb599cdf authored by Grace Cheng's avatar Grace Cheng Committed by Android (Google) Code Review
Browse files

Merge "Add null check in AuthBiometricView#onConfigurationChange" into tm-qpr-dev

parents 16685036 26030b9e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -658,8 +658,10 @@ public abstract class AuthBiometricView extends LinearLayout {
    protected void onConfigurationChanged(Configuration newConfig) {
        super.onConfigurationChanged(newConfig);
        mIconController.onConfigurationChanged(newConfig);
        if (mSavedState != null) {
            updateState(mSavedState.getInt(AuthDialog.KEY_BIOMETRIC_STATE));
        }
    }

    @Override
    protected void onFinishInflate() {