mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 18:35:06 +01:00
Set query text on long press quick search buttons
This commit is contained in:
@@ -210,6 +210,8 @@ public class FragmentDialogSearch extends FragmentDialogBase {
|
||||
public boolean onLongClick(View v) {
|
||||
String text = ((TextView) v).getText().toString();
|
||||
|
||||
etQuery.setText(text);
|
||||
|
||||
ClipboardManager cbm = Helper.getSystemService(v.getContext(), ClipboardManager.class);
|
||||
cbm.setPrimaryClip(ClipData.newPlainText(getString(R.string.app_name), text));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user