зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1135796 - Review: No else after return. r=trivial
--HG-- extra : rebase_source : 42b2f9c7010ca07a53f12eef39a79fa5af722eac
This commit is contained in:
Родитель
1bdb8a9faf
Коммит
8e92bf80b5
|
@ -43,9 +43,9 @@ public class ActivityUtils {
|
|||
if (Versions.feature16Plus) {
|
||||
final int vis = window.getDecorView().getSystemUiVisibility();
|
||||
return (vis & View.SYSTEM_UI_FLAG_FULLSCREEN) != 0;
|
||||
} else {
|
||||
final int flags = window.getAttributes().flags;
|
||||
return ((flags & WindowManager.LayoutParams.FLAG_FULLSCREEN) != 0);
|
||||
}
|
||||
|
||||
final int flags = window.getAttributes().flags;
|
||||
return ((flags & WindowManager.LayoutParams.FLAG_FULLSCREEN) != 0);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче