mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-21 09:01:56 -07:00
add hide notch thing to login screen
This commit is contained in:
parent
8980b74ecc
commit
34da5d01c2
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue