overlay: do not clip location in landscape
This commit is contained in:
parent
85517012ae
commit
52c353daf5
1 changed files with 0 additions and 1 deletions
|
@ -164,7 +164,6 @@ class _FullscreenBottomOverlayContent extends AnimatedWidget {
|
||||||
if (entry.hasGps)
|
if (entry.hasGps)
|
||||||
Container(
|
Container(
|
||||||
padding: const EdgeInsets.only(top: _interRowPadding),
|
padding: const EdgeInsets.only(top: _interRowPadding),
|
||||||
width: subRowWidth,
|
|
||||||
child: _LocationRow(entry: entry),
|
child: _LocationRow(entry: entry),
|
||||||
),
|
),
|
||||||
if (twoColumns)
|
if (twoColumns)
|
||||||
|
|
Loading…
Reference in a new issue