Merge "Fix crash on call blocking settings open with no contacts permission."
diff --git a/res/layout/call_log_activity.xml b/res/layout/call_log_activity.xml
index 0109df7..aa1a6f4 100644
--- a/res/layout/call_log_activity.xml
+++ b/res/layout/call_log_activity.xml
@@ -33,4 +33,8 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
+ <RelativeLayout
+ android:id="@+id/floating_action_button_container"
+ android:layout_width="0dp"
+ android:layout_height="0dp" />
</LinearLayout>