Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f952210 authored by Brad Stenning's avatar Brad Stenning
Browse files

update intent to be toggle instead of show for hvac button

Test: Manual (emulator build)
Change-Id: Ia246fcba6778202ae04700d06d1c4a5cef88260c
parent 6ef5bbc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
            android:id="@+id/hvac"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            systemui:intent="intent:#Intent;action=android.car.intent.action.SHOW_HVAC_CONTROLS;end"
            systemui:intent="intent:#Intent;action=android.car.intent.action.TOGGLE_HVAC_CONTROLS;end"
            systemui:broadcast="true"
            android:src="@drawable/car_ic_hvac"
            android:background="?android:attr/selectableItemBackground"
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
            android:id="@+id/hvac"
            android:layout_height="match_parent"
            android:layout_width="wrap_content"
            systemui:intent="intent:#Intent;action=android.car.intent.action.SHOW_HVAC_CONTROLS;end"
            systemui:intent="intent:#Intent;action=android.car.intent.action.TOGGLE_HVAC_CONTROLS;end"
            systemui:broadcast="true"
            android:src="@drawable/car_ic_hvac"
            android:background="?android:attr/selectableItemBackground"
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
            android:id="@+id/hvac"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            systemui:intent="intent:#Intent;action=android.car.intent.action.SHOW_HVAC_CONTROLS;end"
            systemui:intent="intent:#Intent;action=android.car.intent.action.TOGGLE_HVAC_CONTROLS;end"
            systemui:broadcast="true"
            android:src="@drawable/car_ic_hvac"
            android:background="?android:attr/selectableItemBackground"