diff options
| author | 2021-02-02 17:25:05 +0000 | |
|---|---|---|
| committer | 2021-02-02 17:25:05 +0000 | |
| commit | 84e0d68f062e6ae765896380872e4a4ae5675cd6 (patch) | |
| tree | 1543177e3e37dd98ae671fef4caaa26109d1ad59 | |
| parent | c3c1cd54e4ee2aab24a5cbf1cb95b5983a9152dd (diff) | |
| parent | 9d3b7aacd9424d866327766a98e6e41998669d30 (diff) | |
DO NOT MERGE Dont restore focus on new HUN window am: 9d3b7aacd9
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13454385
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ie9567c088e4fff075cce5b6f44bd73199377c91b
| -rw-r--r-- | packages/CarSystemUI/res/layout/headsup_container_bottom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/CarSystemUI/res/layout/headsup_container_bottom.xml b/packages/CarSystemUI/res/layout/headsup_container_bottom.xml index f43f02dfcc8c..c28da39f04b2 100644 --- a/packages/CarSystemUI/res/layout/headsup_container_bottom.xml +++ b/packages/CarSystemUI/res/layout/headsup_container_bottom.xml @@ -35,7 +35,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent"/> + app:layout_constraintTop_toTopOf="parent" + app:shouldRestoreFocus="false"/> <View android:id="@+id/scrim" |