diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 2641257..928e324 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -4,6 +4,7 @@
+
{
),
floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
appBar:AppBar(
- automaticallyImplyLeading: false,
+ automaticallyImplyLeading: true,
title: Text("app_title".tr),
actions: [
- Obx(() =>
+ //Obx(() =>
ToggleButtons(
disabledColor: Colors.grey.shade200,
selectedColor: Colors.red,
@@ -104,7 +104,7 @@ class _DestinationPageState extends State {
},
isSelected: destinationController.isSelected,
),
- ),
+ //),
// IconButton(onPressed: (){
// showCurrentPosition();
// },