mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 00:59:35 -04:00
add hide notch thing to login screen
This commit is contained in:
parent
8980b74ecc
commit
34da5d01c2
@ -99,6 +99,7 @@ public class PojavLoginActivity extends BaseActivity
|
|||||||
protected void onCreate(Bundle savedInstanceState){
|
protected void onCreate(Bundle savedInstanceState){
|
||||||
super.onCreate(savedInstanceState); // false);
|
super.onCreate(savedInstanceState); // false);
|
||||||
|
|
||||||
|
Tools.ignoreNotch(PREF_IGNORE_NOTCH, this);
|
||||||
Tools.updateWindowSize(this);
|
Tools.updateWindowSize(this);
|
||||||
/*
|
/*
|
||||||
ControlData.pixelOf2dp = (int) Tools.dpToPx(2);
|
ControlData.pixelOf2dp = (int) Tools.dpToPx(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user