Fixed a null pointer in missed call activity when encouragements disabled

pull/14/head
Sam Bosley 13 years ago
parent ff4b4020ce
commit fea213a7a8

@ -80,6 +80,11 @@
android:text="@string/MCA_ignore"
android:background="#707070"/>
<include layout="@layout/astrid_speech_bubble" android:id="@+id/missed_calls_speech_bubble"/>
<FrameLayout
android:id="@+id/missed_calls_speech_bubble"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<include layout="@layout/astrid_speech_bubble" />
</FrameLayout>
</LinearLayout>
Loading…
Cancel
Save