mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-16 21:10:57 +08:00
Disable app filter change while capturing
This commit is contained in:
parent
701467a94e
commit
6741ad3d02
@ -127,6 +127,9 @@ public class MainActivity extends AppCompatActivity {
|
||||
mAppList.setOnItemClickListener(new AdapterView.OnItemClickListener() {
|
||||
@Override
|
||||
public void onItemClick(AdapterView<?> adapterView, View view, int i, long l) {
|
||||
if(CaptureService.isRunning())
|
||||
return;
|
||||
|
||||
if(mSelectedApp == view) {
|
||||
// Deselect
|
||||
mSelectedApp = null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user