Enabled send chips

This commit is contained in:
M66B
2022-02-24 11:00:01 +01:00
parent 2a5c3de8b6
commit 71e79f3689
3 changed files with 4 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
try {
final Context context = getContext();
final Editable edit = getText();
final boolean send_chips = prefs.getBoolean("send_chips", !BuildConfig.PLAY_STORE_RELEASE);
final boolean send_chips = prefs.getBoolean("send_chips", true);
final boolean focus = hasFocus();
final int selStart = getSelectionStart();