1
0
mirror of https://github.com/termux/termux-app synced 2024-06-18 07:07:08 +00:00

isUsingFullScreen is a method

This commit is contained in:
Matt Tew 2024-01-17 10:52:12 +08:00 committed by GitHub
parent 83efab3d6c
commit 782f0c75c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1027,7 +1027,7 @@ public final class TermuxActivity extends AppCompatActivity implements ServiceCo
public void onWindowFocusChanged(boolean hasFocus) {
super.onWindowFocusChanged(hasFocus);
if (hasFocus) {
if (mProperties.isUsingFullScreen) {
if (mProperties.isUsingFullScreen()) {
enableImmersiveMode();
} else {
disableImmersiveMode();