@@ -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('@'))