Don't need this and xmppConnectionService maybe null

Stephen Paul Weber created

Change summary

src/main/java/eu/siacs/conversations/ui/ConversationFragment.java | 3 -
1 file changed, 3 deletions(-)

Detailed changes

src/main/java/eu/siacs/conversations/ui/ConversationFragment.java 🔗

@@ -1493,9 +1493,6 @@ public class ConversationFragment extends XmppFragment
             return true;
         });
 
-        if (!activity.xmppConnectionService.getBooleanPreference("message_autocomplete", R.bool.message_autocomplete)) return binding.getRoot();
-        // After here should be only autocomplete setup stuff
-
         Autocomplete.<MucOptions.User>on(binding.textinput)
             .with(activity.getDrawable(R.drawable.background_message_bubble))
             .with(new CharPolicy('@'))