diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml
index 077375d7bd..90bac9e45b 100644
--- a/res/layout/conversation_activity.xml
+++ b/res/layout/conversation_activity.xml
@@ -1,22 +1,5 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
onCreateLoader(int arg0, Bundle arg1) {
- if (this.threadId != -1) {
- return new ConversationLoader(getActivity(), threadId);
- } else {
- return null;
- }
+ return new ConversationLoader(getActivity(), threadId);
}
@Override