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

Commit cfc95245 authored by Flavio Fiszman's avatar Flavio Fiszman
Browse files

Fix launching intent in People Tile

Change-Id: I2882be5f8214a8cf9b328ab3e7e830614f6d4b7e
Test: manual
Bug: 178792356
parent e49eb506
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