updated to resume in hibernate and set gps accuray to 15m

This commit is contained in:
2024-02-06 15:22:27 +05:30
parent 494b27bf9e
commit cfa9e055f5
3 changed files with 18 additions and 8 deletions

View File

@ -28,12 +28,12 @@ class IndexPage extends GetView<IndexController> {
appBar: AppBar(
title: Text("add_location".tr),
actions: [
IconButton(
onPressed: () {
DatabaseService ds = DatabaseService();
ds.updateDatabase();
},
icon: const Icon(Icons.ten_k_sharp)),
// IconButton(
// onPressed: () {
// DatabaseService ds = DatabaseService();
// ds.updateDatabase();
// },
// icon: const Icon(Icons.ten_k_sharp)),
IconButton(
onPressed: () async {