Remove a window flag.

It doesn't seem to be doing anything.

Bug: 122447669
Test: visual
Change-Id: Ib2ac53885a2d0c7020fb046cafdccbe696a2bb91
This commit is contained in:
Fan Zhang
2019-01-23 15:23:18 -08:00
parent 1fe41d44fe
commit eb189fa713

View File

@@ -64,7 +64,6 @@ public class SettingsBaseActivity extends FragmentActivity {
final TypedArray theme = getTheme().obtainStyledAttributes(android.R.styleable.Theme);
if (!theme.getBoolean(android.R.styleable.Theme_windowNoTitle, false)) {
getWindow().addFlags(LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
requestWindowFeature(Window.FEATURE_NO_TITLE);
}
super.setContentView(R.layout.settings_base_layout);