Revert "Fix navbar window fitting on Android. (#235)"

This reverts commit 0927e03687.
This commit is contained in:
Krzysztof Magiera
2019-11-27 22:17:52 +01:00
parent cbc86bb6d8
commit 4f8efd2873
3 changed files with 3 additions and 35 deletions

View File

@@ -47,7 +47,6 @@ public class ScreenStackHeaderConfig extends ViewGroup {
setVisibility(View.GONE);
mToolbar = new Toolbar(context);
mToolbar.setFitsSystemWindows(true);
// set primary color as background by default
TypedValue tv = new TypedValue();