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(),
|
||||
|
||||
AppHeader(
|
||||
isTransparent: true,
|
||||
backIcon: AppIcons.close,
|
||||
trailing: (_) => LocaleSwitcher(),
|
||||
),
|
||||
|
||||
/// Content
|
||||
SafeArea(
|
||||
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