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

Commit 283a8792 authored by Tiger Huang's avatar Tiger Huang Committed by Automerger Merge Worker
Browse files

Merge "Make BiometricPrompt fits system bars" into rvc-dev am: a56a11b8 am:...

Merge "Make BiometricPrompt fits system bars" into rvc-dev am: a56a11b8 am: 7eba2108 am: f4e8c87b am: 1d9f2d6d

Change-Id: Ieee4cc2c904b4dcebccdf5eabb2580c59dd8fe6d
parents 129993cd 1d9f2d6d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowInsets.Type;
import android.view.WindowManager;
import android.view.animation.Interpolator;
import android.widget.FrameLayout;
@@ -627,7 +626,6 @@ public class AuthContainerView extends LinearLayout
        lp.privateFlags |= WindowManager.LayoutParams.SYSTEM_FLAG_SHOW_FOR_ALL_USERS;
        lp.setTitle("BiometricPrompt");
        lp.token = windowToken;
        lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~Type.statusBars());
        return lp;
    }
}