diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 077375d7b..90bac9e45 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