mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -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){
|
||||
super.onCreate(savedInstanceState); // false);
|
||||
|
||||
Tools.ignoreNotch(PREF_IGNORE_NOTCH, this);
|
||||
Tools.updateWindowSize(this);
|
||||
/*
|
||||
ControlData.pixelOf2dp = (int) Tools.dpToPx(2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue