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

Commit 11097c99 authored by Flavio Lerda's avatar Flavio Lerda Committed by Android (Google) Code Review
Browse files

Merge "Do not show the UI until the data is loaded."

parents 69b08d0f 4e63babe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,10 +16,12 @@

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:ex="http://schemas.android.com/apk/res/com.android.contacts"
    android:id="@+id/call_detail"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal"
    android:gravity="top"
    android:visibility="gone"
>
    <FrameLayout
        android:id="@+id/voicemail_status"
@@ -48,7 +50,6 @@
            android:layout_height="0dip"
            android:adjustViewBounds="true"
            android:scaleType="centerCrop"
            android:background="@drawable/ic_contact_picture"
        />
    </view>
    <LinearLayout
+1 −0
Original line number Diff line number Diff line
@@ -435,6 +435,7 @@ public class CallDetailActivity extends Activity {
                        new CallDetailHistoryAdapter(CallDetailActivity.this, mInflater,
                                mCallTypeHelper, details));
                loadContactPhotos(photoUri);
                findViewById(R.id.call_detail).setVisibility(View.VISIBLE);
            }
        });
    }