mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
fix #77
This commit is contained in:
@@ -178,8 +178,9 @@ class _SettingsPageState extends State<SettingsPage> implements PopEntry {
|
|||||||
Positioned.fill(child: buildLeft()),
|
Positioned.fill(child: buildLeft()),
|
||||||
Positioned(
|
Positioned(
|
||||||
left: offset,
|
left: offset,
|
||||||
width: MediaQuery.of(context).size.width,
|
right: 0,
|
||||||
height: MediaQuery.of(context).size.height,
|
top: 0,
|
||||||
|
bottom: 0,
|
||||||
child: Listener(
|
child: Listener(
|
||||||
onPointerDown: handlePointerDown,
|
onPointerDown: handlePointerDown,
|
||||||
child: AnimatedSwitcher(
|
child: AnimatedSwitcher(
|
||||||
|
Reference in New Issue
Block a user