mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-02-03 18:57:47 +01:00
Lookup activity: search after paste
This commit is contained in:
parent
c4b713440d
commit
fce7ae8c3c
@ -126,6 +126,8 @@ public class LookupNumberActivity extends AppCompatActivity {
|
||||
String pasteData = item.getText().toString();
|
||||
if (!TextUtils.isEmpty(pasteData)) {
|
||||
phoneNumberInput.setText(pasteData);
|
||||
|
||||
onQueryDbButtonClick(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user