Track látszik a terepi bejárás térképen is, gps log jelvesztéskor.
This commit is contained in:
@@ -70,6 +70,16 @@ class _RecordingContent extends StatelessWidget {
|
||||
letterSpacing: 0.5,
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 5),
|
||||
Obx(() {
|
||||
if (!ctrl.gpsSignalLost.value) return const SizedBox.shrink();
|
||||
return Row(children: [
|
||||
Icon(Icons.gps_off, size: 12, color: Colors.orange),
|
||||
const SizedBox(width: 4),
|
||||
Text('GPS-ejl elveszett',
|
||||
style: TextStyle(color: Colors.orange, fontSize: 10))
|
||||
]);
|
||||
}),
|
||||
const Spacer(),
|
||||
// Kártya bezárása (csak megkisebbíti, nem állítja le)
|
||||
GestureDetector(
|
||||
|
||||
Reference in New Issue
Block a user