Merge pull request #106 from yangsfang/issue-104-fix
Fixes language switch button being partially unclickable
This commit is contained in:
commit
5c72a83def
@ -61,12 +61,6 @@ class _HomeMenuState extends State<HomeMenu> {
|
|||||||
|
|
||||||
PopNavigatorUnderlay(),
|
PopNavigatorUnderlay(),
|
||||||
|
|
||||||
AppHeader(
|
|
||||||
isTransparent: true,
|
|
||||||
backIcon: AppIcons.close,
|
|
||||||
trailing: (_) => LocaleSwitcher(),
|
|
||||||
),
|
|
||||||
|
|
||||||
/// Content
|
/// Content
|
||||||
SafeArea(
|
SafeArea(
|
||||||
child: Center(
|
child: Center(
|
||||||
@ -90,6 +84,12 @@ class _HomeMenuState extends State<HomeMenu> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
AppHeader(
|
||||||
|
isTransparent: true,
|
||||||
|
backIcon: AppIcons.close,
|
||||||
|
trailing: (_) => LocaleSwitcher(),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user