overlay: do not clip location in landscape

This commit is contained in:
Thibault Deckers 2020-05-08 10:16:51 +09:00
parent 85517012ae
commit 52c353daf5

View file

@ -164,7 +164,6 @@ class _FullscreenBottomOverlayContent extends AnimatedWidget {
if (entry.hasGps)
Container(
padding: const EdgeInsets.only(top: _interRowPadding),
width: subRowWidth,
child: _LocationRow(entry: entry),
),
if (twoColumns)