mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-28 09:58:34 +01:00
Remove the invalid use of a flag which is not defined for the target platform in this code branch.
This commit is contained in:
parent
e9cdffcacf
commit
d10b0b6516
1 changed files with 0 additions and 1 deletions
|
@ -1507,7 +1507,6 @@ public abstract class Screen implements ItemLayout.ItemLayoutListener, ItemView.
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
flags &= ~WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS;
|
|
||||||
flags |= WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS | WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION;
|
flags |= WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS | WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION;
|
||||||
mWindow.setFlags(flags, 0xffffffff);
|
mWindow.setFlags(flags, 0xffffffff);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue