mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Enabled send chips in non Play store releases
This commit is contained in:
@@ -330,7 +330,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
|
||||
try {
|
||||
final Context context = getContext();
|
||||
final Editable edit = getText();
|
||||
final boolean send_chips = prefs.getBoolean("send_chips", false);
|
||||
final boolean send_chips = prefs.getBoolean("send_chips", !BuildConfig.PLAY_STORE_RELEASE);
|
||||
|
||||
final boolean focus = hasFocus();
|
||||
final int selStart = getSelectionStart();
|
||||
|
||||
Reference in New Issue
Block a user