diff --git a/app/src/main/java/org/yaaic/fragment/ConversationFragment.java b/app/src/main/java/org/yaaic/fragment/ConversationFragment.java index 1b87faf..17076d0 100644 --- a/app/src/main/java/org/yaaic/fragment/ConversationFragment.java +++ b/app/src/main/java/org/yaaic/fragment/ConversationFragment.java @@ -166,6 +166,10 @@ public class ConversationFragment extends Fragment implements ServerListener, Co } }; + public ConversationFragment() { + setHasOptionsMenu(true); + } + @Override public void onAttach(Activity activity) { super.onAttach(activity);