mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 17:23:18 +08:00
Revert "Fix navbar window fitting on Android. (#235)"
This reverts commit 0927e03687.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user