Track látszik a terepi bejárás térképen is, gps log jelvesztéskor.

This commit is contained in:
2026-07-02 15:49:23 +02:00
parent e126f340c6
commit f130f583ba
6 changed files with 116 additions and 16 deletions
+10
View File
@@ -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(