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

Commit 08a307c6 authored by Flavio Fiszman's avatar Flavio Fiszman Committed by Automerger Merge Worker
Browse files

Merge "Fix launching intent in People Tile" into sc-dev am: 66fa53a9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13601826

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic1e05065d32983278f266e7ec8b21eaf9213b3c8
parents e322eb2c 66fa53a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:orientation="vertical">
    <RelativeLayout
        android:background="@drawable/people_space_tile_view_card"
        android:id="@+id/people_tile"
        android:id="@+id/item"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        <include layout="@layout/punctuation_layout"/>
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:orientation="vertical">
    <RelativeLayout
        android:background="@drawable/people_space_tile_view_card"
        android:id="@+id/people_tile"
        android:id="@+id/item"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        <RelativeLayout