updated to resume in hibernate and set gps accuray to 15m
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user