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

Commit 523837cb authored by Priyank Singh's avatar Priyank Singh
Browse files

Fixing the flickering issue when clock is clicked in status bar to open Quick Settings.

Adding the flag "Intent.FLAG_ACTIVITY_SINGLE_TOP" which will stop the activity to relaunch if its already there.

Bug: 121345477
Test: Manual
Change-Id: I83f985c83d4954a722591b59fc7f6db24a923923
(cherry picked from commit a9971e07144bfa7fde5f4ae2cd602efb8ff02fec)
parent 978ce92a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:background="@null"
                systemui:intent="intent:#Intent;component=com.android.car.settings/.common.CarSettingActivity;launchFlags=0x14008000;end"
                systemui:intent="intent:#Intent;component=com.android.car.settings/.common.CarSettingActivity;launchFlags=0x24000000;end"
            />
            <com.android.systemui.statusbar.policy.Clock
                android:id="@+id/clock"